Skip to content

Commit 0c33582

Browse files
committed
Updated the path to the tool-chain file.
1 parent 06d7986 commit 0c33582

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: ilammy/msvc-dev-cmd@v1
3131

3232
- 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
33+
run: cmake -S . -B build -G "Visual Studio 17 2022" -A x64 -DCMAKE_TOOLCHAIN_FILE=C:/a/FacebowFileReader/FacebowFileReader/vcpkg/scripts/buildsystems/vcpkg.cmake
3434

3535
- name: Build
3636
run: cmake --build build

0 commit comments

Comments
 (0)