IPv4 data source rrc00 (address #33)

This commit is contained in:
Yifan Gao
2024-04-01 12:55:29 +08:00
parent d7854f1ac3
commit a57f02534c
3 changed files with 13 additions and 4 deletions

View File

@@ -19,10 +19,11 @@ jobs:
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
- run: sudo apt-get install -y lftp bgpdump tree jq
- uses: actions/cache@v3
with:
key: ${{ runner.os }}-build-dependencies