Windows CI

This commit is contained in:
Shaun Reed 2023-03-11 12:05:34 -05:00
parent d9c59a04ec
commit ae5abb9939
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ jobs:
- name: Build Qtk Plugins (Windows)
if: matrix.os == 'windows-latest'
shell: bash
run: cmake --build build/ --config Release
run: cmake --build build/ --config Release --target qtk_collection
# OSX / Linux