Adapt bgptolls 0.1.1

This commit is contained in:
Yifan Gao
2022-02-23 23:11:37 +08:00
parent 54f139f710
commit ce1946dcd1
3 changed files with 16 additions and 31 deletions

View File

@@ -12,9 +12,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
env:
BGPTOOLS_VERSION: 0.0.3
BGPTOOLS_VERSION: 0.1.1
GO111MODULE: on
steps:
- uses: actions/checkout@v2
@@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.16
- run: sudo apt-get install -y lftp bgpdump tree
- run: brew install lftp tree
- uses: actions/cache@v2
with:
key: ${{ runner.os }}-build-dependencies