Update boringtun.yml

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

@ -7,18 +7,16 @@ jobs:
BoringTun:
name: Rust project
runs-on: ubuntu-latest
env:
workdir: ./boringtun
steps:
- name: Check code
uses: actions/checkout@v2
- name: Git clone BoringTun
run: |
git clone https://github.com/cloudflare/boringtun "$workdir"
git clone https://github.com/cloudflare/boringtun .
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features
args: --release --bin boringtun --all-features

Loading…
Cancel
Save