Update boringtun.yml

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

@ -3,7 +3,6 @@ name: Cross compile BoringTun
on: on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
BoringTun: BoringTun:
name: Rust project name: Rust project
@ -11,11 +10,11 @@ jobs:
env: env:
workdir: ./boringtun workdir: ./boringtun
steps: steps:
- name: Check code
uses: actions/checkout@v2
- name: Git clone BoringTun - name: Git clone BoringTun
run: | run: |
git clone https://github.com/cloudflare/boringtun "$workdir" git clone https://github.com/cloudflare/boringtun "$workdir"
- name: Check code
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable
@ -23,11 +22,3 @@ jobs:
with: with:
command: build command: build
args: --release --all-features args: --release --all-features
# - name: Release binaries
# uses: softprops/action-gh-release@v1
# with:
# tag_name: wireguard-go
# files: ${{ env.workdir }}/dist/*.tar.gz
# env:
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Loading…
Cancel
Save