From 9a55440a89b6e380e2ff5d8424c049abdc99b77d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yohann=20B=C3=A9n=C3=A9dic?= Date: Sat, 20 Jan 2024 21:29:18 +0100 Subject: [PATCH] fu --- .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 7548838..a4e7df2 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -17,7 +17,7 @@ jobs: - name: Configure shell: cmake -P {0} run: | - file(GLOB LISTT "$ENV{VCPKG_INSTALLATION_ROOT}/scripts/*") + file(GLOB LISTT "$ENV{VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/*") message("${LISTT}") if ("${{ matrix.os }}" STREQUAL "windows-latest") set(vcpkg_triplet x64-windows)