Skip to content

Commit 96d9d36

Browse files
committed
try even more
1 parent 242e86d commit 96d9d36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
version: ${{ env.QT_VERSION }}
2424
host: windows
2525
target: desktop
26-
arch: win64_mingw
26+
arch: win64_llvm_mingw
2727
use-official: true
2828
email: ${{ secrets.QT_EMAIL }}
2929
pw: ${{ secrets.QT_PW }}
@@ -38,7 +38,7 @@ jobs:
3838
working-directory: ${{ env.BUILD_DIR }}
3939
run: |
4040
qmake6 "${{ github.workspace }}/Peggle_Roguelike.pro"
41-
mingw32-make
41+
mingw32-make.exe -f Makefile.Release
4242
4343
- name: Upload artifact
4444
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)