Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Aug 13, 2023
1 parent 6546ef5 commit 0d42b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
working-directory: packages/${{matrix.package}}
run: |
cmake --build build --target install
cmake --build build --target all
- name: CTest (Linux/MacOS)
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }}
Expand Down

0 comments on commit 0d42b07

Please sign in to comment.