bgptool 0.2.2 (fix #53)

This commit is contained in:
Yifan Gao
2025-11-24 22:39:44 +08:00
parent 1c75e09eab
commit f9e4799665
4 changed files with 7 additions and 22 deletions

View File

@@ -14,21 +14,16 @@ jobs:
build:
runs-on: ubuntu-latest
env:
BGPTOOLS_VERSION: 0.0.3
GO111MODULE: on
BGPTOOLS_VERSION: 0.2.2
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: cargo-bins/cargo-binstall@main
- uses: actions/setup-go@v2
with:
go-version: 1.16
- run: sudo apt-get install -y lftp bgpdump tree jq axel
- run: sudo apt-get install -y tree jq axel
- uses: actions/cache@v3
with:
key: ${{ runner.os }}-build-dependencies
path: |
~/go/bin
~/.cargo/bin
- run: ./dependency.sh
- uses: nick-fields/retry@v3