Skip to content

Commit

Permalink
try to get the message out #3
Browse files Browse the repository at this point in the history
  • Loading branch information
kreuzberger committed Jul 16, 2024
1 parent 8aa70b3 commit 1f8d5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
# message("::set-output name=qt_base_url::${qt_base_url}")
# message("\"qt_base_url::${qt_base_url}\" >> $GITHUB_OUTPUT")
file(APPEND "$ENV{GITHUB_OUTPUT}" "qt_base_url::${qt_base_url}\n")
file(APPEND "$ENV{GITHUB_OUTPUT}" "qt_base_url=${qt_base_url}\n")
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 1f8d5db

Please sign in to comment.