Skip to content

Commit

Permalink
feat: comprehensive macos builds for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Apr 22, 2023
1 parent 5284ed7 commit 3404d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Build main targets
working-directory: ${{runner.workspace}}
run: |
cmake --build build --config ${{matrix.build_type}} --target all
cmake --build build --config ${{matrix.build_type}}
- name: Build test targets
working-directory: ${{runner.workspace}}
Expand Down

0 comments on commit 3404d1c

Please sign in to comment.