Skip to content

Commit

Permalink
fix Windows daily build
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed May 6, 2023
1 parent d1152b0 commit 59ae1a1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-windows.yml
Expand Up @@ -55,6 +55,19 @@ jobs:
mingw-w64-x86_64-libimagequant
mingw-w64-x86_64-python3.10
- name: Downgrade GCC to v12
shell: msys2 {0}
run: |
curl -kLO --no-progress-meter https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-12.2.0-9-any.pkg.tar.zst
curl -kLO --no-progress-meter https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-ada-12.2.0-9-any.pkg.tar.zst
curl -kLO --no-progress-meter https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-fortran-12.2.0-9-any.pkg.tar.zst
curl -kLO --no-progress-meter https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-libgfortran-12.2.0-9-any.pkg.tar.zst
curl -kLO --no-progress-meter https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-libs-12.2.0-9-any.pkg.tar.zst
curl -kLO --no-progress-meter https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-objc-12.2.0-9-any.pkg.tar.zst
curl -kLO --no-progress-meter https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-libgccjit-12.2.0-9-any.pkg.tar.zst
pacman -U --noconfirm *.pkg.tar.zst
rm *.pkg.tar.zst
- uses: actions/checkout@v3

- name: Build
Expand Down

0 comments on commit 59ae1a1

Please sign in to comment.