We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d7986 commit 0c33582Copy full SHA for 0c33582
1 file changed
.github/workflows/ci-build-windows.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: ilammy/msvc-dev-cmd@v1
31
32
- name: Configure CMake
33
- run: cmake -S . -B build -G "Visual Studio 17 2022" -A x64 -DCMAKE_TOOLCHAIN_FILE=D:/a/FacebowFileReader/FacebowFileReader/vcpkg/scripts/buildsystems/vcpkg.cmake
+ run: cmake -S . -B build -G "Visual Studio 17 2022" -A x64 -DCMAKE_TOOLCHAIN_FILE=C:/a/FacebowFileReader/FacebowFileReader/vcpkg/scripts/buildsystems/vcpkg.cmake
34
35
- name: Build
36
run: cmake --build build
0 commit comments