Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
yobeonline committed Jan 20, 2024
1 parent 9a55440 commit 7bdb945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
-D VCPKG_TARGET_TRIPLET=${vcpkg_triplet}
-D "CMAKE_C_FLAGS=${compiler_flags}"
-D "CMAKE_CXX_FLAGS=${compiler_flags}"
--toolchain="$ENV{VCPKG_INSTALLATION_ROOT}/vcpkg/scripts/buildsystems/vcpkg.cmake"
--toolchain "$ENV{VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake"
RESULT_VARIABLE result
)
if (NOT result EQUAL 0)
Expand Down

0 comments on commit 7bdb945

Please sign in to comment.