Skip to content

Commit

Permalink
Try another version of CMake for Github actions: 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
glynos committed Aug 6, 2022
1 parent 4abd471 commit d505382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/skyr-url-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ jobs:
-D CMAKE_TOOLCHAIN_FILE=$ENV{GITHUB_WORKSPACE}/vcpkg/scripts/buildsystems/vcpkg.cmake
-D CMAKE_INSTALL_PREFIX=$ENV{GITHUB_WORKSPACE}/install
RESULT_VARIABLE result
ECHO_ERROR_VARIABLE
)
if (NOT result EQUAL 0)
message(FATAL_ERROR "Bad exit status")
Expand Down

0 comments on commit d505382

Please sign in to comment.