Skip to content

Commit

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

0 comments on commit b640590

Please sign in to comment.