Skip to content

Commit

Permalink
fu
Browse files Browse the repository at this point in the history
  • Loading branch information
yobeonline committed Jan 20, 2024
1 parent 263af66 commit 9a55440
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 @@ -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)
Expand Down

0 comments on commit 9a55440

Please sign in to comment.