Update boringtun.yml

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

@ -18,8 +18,8 @@ jobs:
git clone https://github.com/cloudflare/boringtun
cp -r boringtun/* .
bash <(curl -sSf https://sh.rustup.rs) -y
./.cargo/bin/rustup target add ${{ matrix.target }}
./.cargo/bin/rustup show
$HOME/.cargo/bin/rustup target add ${{ matrix.target }}
$HOME/.cargo/bin/rustup show
- uses: actions-rs/toolchain@v1
with:

Loading…
Cancel
Save