We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705368b commit a3c5107Copy full SHA for a3c5107
.github/workflows/MSYS.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
msystem: ${{ matrix.msystem }}
31
path-type: inherit
32
- install: git base-devel binutils unzip mingw-w64-clang-${{ matrix.arch }}-toolchain mingw-w64-clang-${{ matrix.arch }}-cmake mingw-w64-clang-${{ matrix.arch }}-qt5
+ install: git base-devel binutils unzip mingw-w64-clang-${{ matrix.arch }}-toolchain mingw-w64-clang-${{ matrix.arch }}-cmake mingw-w64-clang-${{ matrix.arch }}-qt5-base mingw-w64-clang-${{ matrix.arch }}-qt5-declarative
33
update: true
34
35
- name: Move Checkout
0 commit comments