Update wireguard-go.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 9f24a8fa21
commit 208dc6ccf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .github/workflows/wireguard-go.yml

@ -7,18 +7,23 @@ jobs:
WireGuard-go:
name: Cross compile WireGuard-go
runs-on: ubuntu-20.04
env:
workdir: ./wireguard-go-source
steps:
- uses: actions/checkout@master
- name: Checkout code
uses: actions/checkout@master
with:
fetch-depth: 0
- uses: actions/setup-go@v2
- name: Set up GoReleaser
uses: actions/setup-go@v2
with:
go-version: "1.18"
- name: Git clone
- name: Git clone WireGuard-go
run: |
git clone https://git.zx2c4.com/wireguard-go "$workdir"
cp ./.github/wireguard-go-releaser.yml ${{ env.workdir }}/.goreleaser.yml

Loading…
Cancel
Save