Disable Qt MINGW32 packaging for now

This commit is contained in:
Jasmine Iwanek
2022-12-19 14:59:45 -05:00
committed by GitHub
parent 7e3897d70f
commit 10b5211420

View File

@@ -105,7 +105,7 @@ jobs:
shell: msys2 {0}
strategy:
fail-fast: false
fail-fast: true
matrix:
build:
- name: Debug
@@ -162,6 +162,7 @@ jobs:
- name: Build
run: cmake --build build
- name: Generate package
if: matrix.environment.msystem != 'MINGW32'
run: cmake --install build
- uses: actions/upload-artifact@v3
with: