Update build1.yml

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

@ -16,6 +16,8 @@ jobs:
goos: darwin
- goarch: arm64
goos: windows
workdir: ./wireguard
steps:
- name: Checkout code
@ -28,8 +30,8 @@ jobs:
- name: Build WireGuard-go
run: |
mkdir -p /opt/release/
git clone https://git.zx2c4.com/wireguard-go "./wireguard"
# mkdir -p /opt/release/
git clone https://git.zx2c4.com/wireguard-go "${{ env.workdir }}"
# cd wireguard
# go build -v -o "/opt/release/wireguard-go-${{ matrix.goos }}-${{ matrix.goarch }}"

Loading…
Cancel
Save