Skip to content

Commit

Permalink
mingw
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Sep 14, 2024
1 parent ae64b1f commit c5d22d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22
- uses: korandoru/setup-zig@v1
with:
zig-version: 0.13.0
- name: Ready msys2
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: true
install: git mingw-w64-x86_64-toolchain
path-type: inherit
go-version: 1.23
if: matrix.os == 'windows-latest'
- name: Install Visual C++ Environment
uses: ilammy/msvc-dev-cmd@v1
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/zig-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ jobs:
if: matrix.os != 'windows-latest'
- name: Install Visual C++ Environment
uses: ilammy/msvc-dev-cmd@v1
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
- name: Ready msys2
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: true
install: git mingw-w64-x86_64-toolchain
path-type: inherit
- name: Build Windows lib
run: |
cd ..
Expand Down

0 comments on commit c5d22d4

Please sign in to comment.