Skip to content

Commit

Permalink
try windows build i686 on x86-64 msys
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Aug 13, 2024
1 parent 80465dc commit f810248
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
include:
- arch: i686
arch2: i686
bit: 32
bit: 64
target: x86
env:
LISP: sbcl-bin
Expand All @@ -97,7 +97,7 @@ jobs:
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v4
- uses: jeremyd2019/setup-msys2@v2_build32
- uses: msys2/setup-msys2@v2.17.0
with:
msystem: MINGW${{ matrix.bit }}
path-type: inherit
Expand All @@ -121,9 +121,9 @@ jobs:
shell: msys2 {0}
run: |
if [ "$VERSION" = "" ]; then
make latest-version compile archive;
PATH=/mingw32/bin:$PATH make latest-version compile archive;
else
make compile archive;
PATH=/mingw32/bin:$PATH make compile archive;
fi
- name: upload
shell: msys2 {0}
Expand Down

0 comments on commit f810248

Please sign in to comment.