mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-12-16 22:33:16 +08:00
bgptool 0.2.2 (fix #53)
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user