Skip to content

Commit e883802

Browse files
authored
Update and rename build.yml to Build.yml
Signed-off-by: ATAKAN_AYDIN_Observer^^ <[email protected]>
1 parent f7a0402 commit e883802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
run: vcpkg install
1818

1919
- name: Configure with CMake
20-
run: cmake -DCMAKE_TOOLCHAIN_FILE=C:/.github/workflows/build.yml
20+
run: cmake -DCMAKE_TOOLCHAIN_FILE=C:/.github/workflows/Build.yml
2121

2222
- name: Build
23-
run: cmake --build out/build/ci-windows --config Release
23+
run: cmake --Build out/Build/ci-windows --config Release
2424

2525
- name: Test
2626
run: ctest --test-dir out/build/ci-windows -C Release --output-on-failure

0 commit comments

Comments
 (0)