Skip to content

Commit

Permalink
Use msys2 to build wireguard-go
Browse files Browse the repository at this point in the history
  • Loading branch information
pronebird committed Oct 28, 2024
1 parent 1d77a80 commit 5df2a1f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-wireguard-go-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2

- name: Setup msys2
uses: msys2/setup-msys2@v2
with:
update: true
msystem: mingw64
install: mingw-w64-x86_64-clang

- name: Build wireguard
shell: bash
run: |
Expand Down

0 comments on commit 5df2a1f

Please sign in to comment.