Skip to content

Commit

Permalink
Attempt to fix windows build in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Apr 13, 2024
1 parent 8bcf953 commit 6291736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ jobs:
- name: Build Target
working-directory: ${{runner.workspace}}/build
shell: cmd
run: cmake --build . --config ${{matrix.type}} --target install
run: cmake --build . --config ${{matrix.type}}
env:
VERBOSE: 1

0 comments on commit 6291736

Please sign in to comment.