Skip to content

Commit e530399

Browse files
authored
Update build.yml
Signed-off-by: ATAKAN_AYDIN_Observer^^ <[email protected]>
1 parent 4ea98df commit e530399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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/.github/workflows/build.yml
20+
run: cmake -DCMAKE_TOOLCHAIN_FILE=C:/.github/workflows/build.yml
2121

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

0 commit comments

Comments
 (0)