mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-12-16 22:33:16 +08:00
Adapt bgptolls 0.1.1
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user