Skip to content

Commit d4a12be

Browse files
committed
Fix build command.
1 parent c2a0252 commit d4a12be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Configure
2020
run: cmake -B build/${{matrix.toolset}} -G "Visual Studio 17 2022" -A x64 -T ${{matrix.toolset}}
2121
- name: Build
22-
run: cmake --build ${{github.workspace}}/build --config ${{matrix.configuration}}
22+
run: cmake --build build/${{matrix.toolset}} --config ${{matrix.configuration}}
2323
- name: Upload
2424
uses: actions/upload-artifact@v3
2525
with:

0 commit comments

Comments
 (0)