Skip to content

Commit

Permalink
Also set env in build
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Jul 2, 2023
1 parent cb71d3a commit d26b8be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows-qt6-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: cmake . -G "${{env.CMAKE_GENERATOR}}" -A ${{env.CMAKE_ARCH}} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DUSE_TESTS=ON -DUSE_LTO=ON

- name: Build
env:
QT_HOST_PATH: ${{runner.workspace}}/Qt/${{env.QT_VERSION}}/${{env.QT_HOST_ARCH}}
run: cmake --build . --config ${{env.BUILD_TYPE}}

- name: Test
Expand Down

0 comments on commit d26b8be

Please sign in to comment.