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 d053864
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/mingw-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
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 d053864

Please sign in to comment.