From 7bdb9456d527d1abfdf3f2b385f2ae1431f2a742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yohann=20B=C3=A9n=C3=A9dic?= Date: Sat, 20 Jan 2024 21:32:16 +0100 Subject: [PATCH] t --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index a4e7df2..82ee7cd 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -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)