Skip to content

Commit

Permalink
Set the CONFIGURATION during qmake run too
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 15, 2023
1 parent 7c6ac6e commit f195129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Expand Up @@ -119,6 +119,8 @@ jobs:
run: |
qmake -o "%RUNNER_TEMP%" -r -Wall -Wlogic -Wparser CONFIG+=release "%GITHUB_WORKSPACE%"
cd "%RUNNER_TEMP%" && nmake.exe all
env:
CONFIGURATION: release
- name: Test
run: nmake.exe check
working-directory: ${{ runner.temp }}
Expand Down

0 comments on commit f195129

Please sign in to comment.