Skip to content

Commit

Permalink
qmake -Wnone -d
Browse files Browse the repository at this point in the history
  • Loading branch information
surfzoid committed Sep 12, 2024
1 parent 2e3468b commit b63115b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ jobs:

- name: qmake
run: |
PREFIX=~/QtVsPlayer-mac64-${{ steps.MacVersion.outputs.version }}-${{ steps.version.outputs.version }}/usr/share; qmake -Wnone
PREFIX=~/QtVsPlayer-mac64-${{ steps.MacVersion.outputs.version }}-${{ steps.version.outputs.version }}/usr/share; qmake -Wnone -d
- name: make
run: |
Expand Down

0 comments on commit b63115b

Please sign in to comment.