Skip to content

Commit

Permalink
Merge pull request #4857 from maron2000/master
Browse files Browse the repository at this point in the history
Fix build error MinGW 32bit
  • Loading branch information
joncampbell123 authored Mar 1, 2024
2 parents 8a159a5 + eafc02c commit 02f36ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mingw32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
sed -i -e "s/^mingw_arch=\(.*\)/mingw_arch=(\'mingw32\')/" PKGBUILD
MINGW_ARCH=MINGW32 makepkg-mingw -sCLf --noconfirm
ls -lg
pacman --noconfirm -U mingw-w64-*-any.pkg.tar.zst
# pacman --noconfirm -U mingw-w64-*-any.pkg.tar.zst
- name: Update build info
shell: bash
run: |
Expand Down

0 comments on commit 02f36ba

Please sign in to comment.