Update build1.yml

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

@ -30,7 +30,7 @@ jobs:
- name: Build WireGuard-go - name: Build WireGuard-go
run: | run: |
# mkdir -p /opt/release/ mkdir -p /opt/release/
git clone https://git.zx2c4.com/wireguard-go "${{ env.workdir }}" git clone https://git.zx2c4.com/wireguard-go "${{ env.workdir }}"
# cd wireguard # cd wireguard
# go build -v -o "/opt/release/wireguard-go-${{ matrix.goos }}-${{ matrix.goarch }}" # go build -v -o "/opt/release/wireguard-go-${{ matrix.goos }}-${{ matrix.goarch }}"

Loading…
Cancel
Save