Don't build example on windows CI

This commit is contained in:
2023-04-02 13:34:00 -04:00
parent 460a44e7e6
commit cd641072ab
2 changed files with 4 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ jobs:
run: cmake --build build/ --config Release --target qtk_gui ${{ matrix.flags }}
- name: Build Qtk Example
if: matrix.os != 'windows-latest'
shell: bash
run: cmake --build build/ --config Release --target qtk_example ${{ matrix.flags }}