From 49d357b3a5e701ea60d0783186df7adac2d580d4 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 23 Apr 2022 01:38:55 +0800 Subject: [PATCH] Update boringtun.yml --- .github/workflows/boringtun.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/boringtun.yml b/.github/workflows/boringtun.yml index da06298..e24f97f 100644 --- a/.github/workflows/boringtun.yml +++ b/.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: |