Skip to content

Commit

Permalink
try to fixx arch
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarbonneaux committed Nov 5, 2024
1 parent c288b24 commit d4dfb79
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,16 @@ jobs:

build-windows:
runs-on: windows-2022
strategy:
matrix:
arch:
- x86
- amd64_x86

steps:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
with:
arch: x86
arch: ${{ matrix.arch }}
- name: build with nmake
run: nmake -f Makefile.nt

0 comments on commit d4dfb79

Please sign in to comment.