Skip to content

Commit

Permalink
build - update mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Jun 25, 2024
1 parent 819fbf4 commit e86eaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-win-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
install: mingw-w64-i686-toolchain

- name: Update MSYS2 and install i686 packages
shell: msys2 {0}
run: |
pacman -S --noconfirm mingw-w64-i686-gcc mingw-w64-i686-cmake
Expand All @@ -131,7 +132,6 @@ jobs:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"

- name: (Generator) Configure CMake
shell: msys2 {0}
run: |
cmake --preset=windows-mingw-release -DGITHUB_ACTION_BUILD=ON
env:
Expand Down

0 comments on commit e86eaff

Please sign in to comment.