Skip to content

Commit

Permalink
Use correct comment syntax for Windows cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Mar 1, 2024
1 parent 2a0ad2e commit 3a2612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ jobs:
env:
PROJECT_BUILD_ID: ${{ github.run_number }}.win.${{ matrix.arch }}.${{ matrix.tool }}.qt-${{ matrix.qt }}
run: |
# \todo Remove this when either the runner's MinGW is upgraded, or add-tools-to-path is released by install-qt-action.
:: \todo Remove this when either the runner's MinGW is upgraded, or add-tools-to-path is released by install-qt-action.
if exist "%GITHUB_WORKSPACE%\..\Qt\Tools\mingw1120_64" set "PATH=%GITHUB_WORKSPACE%\..\Qt\Tools\mingw1120_64\bin\;%PATH%"
cmake -D CMAKE_BUILD_TYPE=Release ^
-D QT_HOST_PATH=%qtHostPath% ^
Expand Down

0 comments on commit 3a2612b

Please sign in to comment.