Don't build example on windows CI
This commit is contained in:
1
.github/workflows/all-builds.yml
vendored
1
.github/workflows/all-builds.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user