Skip to content

Commit

Permalink
gha/mingw64: Temporarily downgrade SIP to < 6.8
Browse files Browse the repository at this point in the history
Still waiting for the 6.8.1 release to fix sip-build error.
  • Loading branch information
anlambert committed Dec 6, 2023
1 parent 486fe50 commit 156e1a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows-mingw64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
mingw-w64-x86_64-quazip
mingw-w64-x86_64-qtwebkit
mingw-w64-x86_64-python-sphinx
mingw-w64-x86_64-sip
- name: Install SIP < 6.8
run: |
pacman -U https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-sip-6.7.12-1-any.pkg.tar.zst
- name: Prepare ccache timestamp
id: get-current-date
run: |
Expand Down

0 comments on commit 156e1a6

Please sign in to comment.