Skip to content

Commit

Permalink
fix: add $GITHUB_WORKSPACE/Qt/Tools to path in windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Nov 7, 2022
1 parent c0dd62a commit f28d9a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,5 +283,10 @@ jobs:
CMAKE_GENERATOR: '${{env.CMAKE_GENERATOR}}'
CMAKE_GENERATOR_PLATFORM: '${{matrix.cmake_generator_platform}}'
QTDIR: '${{github.workspace}}\Qt\${{matrix.qt_version}}\win${{matrix.arch}}_${{matrix.qt_arch}}'
run: mkdir build; cd build; cmake ..; cmake --build . -j
run: |
export PATH=$PATH;$GITHUB_WORKSPACE/Qt/Tools
mkdir build
cd build
cmake ..
cmake --build . -j
2 changes: 1 addition & 1 deletion squire_core

0 comments on commit f28d9a5

Please sign in to comment.