We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a0252 commit d4a12beCopy full SHA for d4a12be
.github/workflows/native_build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Configure
20
run: cmake -B build/${{matrix.toolset}} -G "Visual Studio 17 2022" -A x64 -T ${{matrix.toolset}}
21
- name: Build
22
- run: cmake --build ${{github.workspace}}/build --config ${{matrix.configuration}}
+ run: cmake --build build/${{matrix.toolset}} --config ${{matrix.configuration}}
23
- name: Upload
24
uses: actions/upload-artifact@v3
25
with:
0 commit comments