Skip to content

Commit

Permalink
Test fixing Qt 6.7 build vivaladav#5
Browse files Browse the repository at this point in the history
  • Loading branch information
VikingGuenter committed Jul 26, 2024
1 parent 312236e commit b4d04a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ jobs:
# Save the path for other steps
file(TO_CMAKE_PATH "$ENV{GITHUB_WORKSPACE}/qt/${qt_dir_prefix}" qt_dir)
message("::set-output name=qt_dir::${qt_dir}")
#message("::set-output name=qt_dir::${qt_dir}")
echo "{qt_dir}=${qt_dir}" >> $GITHUB_OUTPUT
message("[DBG] qt_dir=${qt_dir}")
# download Qt
Expand Down Expand Up @@ -238,7 +239,8 @@ jobs:
file(TO_CMAKE_PATH "$ENV{GITHUB_WORKSPACE}/qtcreator" qtc_dir)
# Save the path for other steps
message("::set-output name=qtc_dir::${qtc_dir}")
#message("::set-output name=qtc_dir::${qtc_dir}")
echo "{qt_dir}=${qt_dir}" >> $GITHUB_OUTPUT
message("[DBG] qtc_dir=${qtc_dir}")
file(MAKE_DIRECTORY qtcreator)
Expand Down

0 comments on commit b4d04a9

Please sign in to comment.