Skip to content

Commit 4ea98df

Browse files
authored
Update build.yml
Signed-off-by: ATAKAN_AYDIN_Observer^^ <aydinatakan@proton.me>
1 parent d4e5852 commit 4ea98df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: vcpkg install
1818

1919
- name: Configure with CMake
20-
run: cmake -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -G "Visual Studio 17 2022" -A x64 -S . -B out/build/ci-windows
20+
run: cmake -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/.github/workflows/build.yml
2121

2222
- name: Build
2323
run: cmake --build out/build/ci-windows --config Release

0 commit comments

Comments
 (0)