1 parent acf5e91 commit 626a718Copy full SHA for 626a718
1 file changed
.github/workflows/unit_test_windows_msvc.yml
@@ -1,4 +1,4 @@
1
-name: Unit Test (windows, MSVC)
+name: Unit Test (Windows, MSVC)
2
3
on:
4
push:
@@ -21,10 +21,10 @@ jobs:
21
22
- name: Configure CMake
23
run: |
24
- cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DTEST=ON
+ cmake -B ./build -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DTEST=ON
25
26
- name: Build
27
- run: cmake --build ${{github.workspace}}/build
+ run: cmake --build ./build
28
29
- name: Run Test
30
run: ${{github.workspace}}/build/test/google_tests_run
0 commit comments