Skip to content

Commit

Permalink
Remove mingw qt5 static workaround
Browse files Browse the repository at this point in the history
The package got fixed upstream
  • Loading branch information
edo9300 committed Aug 16, 2024
1 parent 3872536 commit 1a8e5bf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/mingw-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@ jobs:
- name: Setup msys2 with static qt
uses: msys2/setup-msys2@v2
with:
update: true
msystem: mingw32
install: mingw-w64-i686-toolchain make upx wget
- name: Install known working qt5-static library
shell: msys2 {0}
run: |
cd /tmp
wget https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-qt5-static-5.15.13-1-any.pkg.tar.zst
pacman --noconfirm -U mingw-w64-i686-qt5-static-5.15.13-1-any.pkg.tar.zst
install: mingw-w64-i686-qt5-static mingw-w64-i686-toolchain make upx
- name: Qmake build
shell: msys2 {0}
run: |
Expand Down

0 comments on commit 1a8e5bf

Please sign in to comment.