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 e86eaff commit e582e81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-win-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ jobs:
- name: Update MSYS2 and install i686 packages
shell: msys2 {0}
run: |
pacman -S --noconfirm mingw-w64-i686-gcc mingw-w64-i686-cmake
pacman --noconfirm -S mingw-w64-i686-cmake
pacman --noconfirm -S mingw-w64-x86_64-gcc
pacman --noconfirm -S mingw-w64-x86_64-toolchain
pacman --noconfirm -S base-devel
- name: (Dependency) Install vcpkg
run: |
Expand Down

0 comments on commit e582e81

Please sign in to comment.