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 26cd4fa commit c33703e
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 @@ -51,7 +51,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
working-directory: packages/${{matrix.package}}
run: |
cmake --build build -DWINDOWS_BUILD=1 -DWINDOWS=1
cmake --build build -C Debug
- name: CTest (Linux/MacOS)
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }}
Expand Down

0 comments on commit c33703e

Please sign in to comment.