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 317f906 commit 1838975
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/build-win-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,16 @@ jobs:
name: python 3.11.8 build libraries
path: D:/a/Millennium/Millennium/build/python

- name: Set up MSYS2
- name: Install MinGW
uses: msys2/setup-msys2@v2
with:
install: mingw-w64-i686-toolchain

- name: Update MSYS2 and install i686 packages
shell: msys2 {0}
run: |
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
update: true
install: >
mingw-w64-i686-toolchain
mingw-w64-i686-cmake
- name: Add MinGW32 to PATH
run: echo "::add-path::C:\msys64\mingw32\bin"

- name: (Dependency) Install vcpkg
run: |
Expand All @@ -130,7 +128,7 @@ jobs:
- name: (Generator) Configure CMake
run: |
where cmake
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"

Expand Down

0 comments on commit 1838975

Please sign in to comment.