Update boringtun.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 2288c6cb42
commit 49d357b3a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/boringtun.yml

@ -20,12 +20,13 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ matrix.target }}
override: true
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --release --bin boringtun-cli --all-features --target=${{ matrix.target }}
args: --release --bin boringtun-cli --all-features
- name: Archives boringtun-cli
run: |

Loading…
Cancel
Save