Skip to content

Commit

Permalink
Fix build command.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Feb 22, 2024
1 parent c2a0252 commit d4a12be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Configure
run: cmake -B build/${{matrix.toolset}} -G "Visual Studio 17 2022" -A x64 -T ${{matrix.toolset}}
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{matrix.configuration}}
run: cmake --build build/${{matrix.toolset}} --config ${{matrix.configuration}}
- name: Upload
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d4a12be

Please sign in to comment.