Skip to content

Commit

Permalink
Use the Qt tool's mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Nov 20, 2023
1 parent 116e1c4 commit 6f616fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ jobs:
env:
PROJECT_BUILD_ID: ${{ github.run_number }}.win.${{ matrix.arch }}.${{ matrix.tool }}.qt-${{ matrix.qt }}
run: |
set PATH=%GITHUB_WORKSPACE%\..\Qt\Tools\mingw1120_64\bin\;%PATH%
call qt-cmake -D CMAKE_BUILD_TYPE=Release -D QT_HOST_PATH=%qtHostPath% -G "${{ matrix.generator }}" -S "%GITHUB_WORKSPACE%" -B "%RUNNER_TEMP%"
cmake --build "%RUNNER_TEMP%" --verbose
dir /s /b "%RUNNER_TEMP%"
Expand Down

0 comments on commit 6f616fc

Please sign in to comment.