We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea98df commit e530399Copy full SHA for e530399
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
run: vcpkg install
18
19
- name: Configure with CMake
20
- run: cmake -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/.github/workflows/build.yml
+ run: cmake -DCMAKE_TOOLCHAIN_FILE=C:/.github/workflows/build.yml
21
22
- name: Build
23
run: cmake --build out/build/ci-windows --config Release
0 commit comments