Skip to content

Commit

Permalink
Print the path in a step that actually runs ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent 19c12e3 commit f280868
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 @@ -531,7 +531,6 @@ jobs:
if: matrix.arch == 'arm64'
shell: bash
run: |
echo "$PATH"
echo "CMAKE_TOOLCHAIN_FILE=${QT_ROOT_DIR/_64/_arm64/}\lib\cmake\Qt6\qt.toolchain.cmake" >> $GITHUB_ENV
echo "qtHostPath=${QT_ROOT_DIR/_arm64/_64}" >> $GITHUB_ENV
- name: Configure MSVC
Expand All @@ -546,6 +545,7 @@ jobs:
ENABLE_COVERAGE: ${{ matrix.toolchain == 'msvc' && 'false' || 'true' }}
PROJECT_BUILD_ID: ${{ github.run_number }}.win.${{ matrix.arch }}.${{ matrix.toolchain }}.qt-${{ matrix.qt }}
run: |
echo "%PATH%"
cmake -D CMAKE_BUILD_TYPE=Release ^
-D ENABLE_COVERAGE=%ENABLE_COVERAGE% ^
-D QT_HOST_PATH=%qtHostPath% ^
Expand Down

0 comments on commit f280868

Please sign in to comment.