Windows CI
This commit is contained in:
parent
d9c59a04ec
commit
ed6bf70d98
|
@ -227,7 +227,7 @@ jobs:
|
||||||
- name: Build Qtk Plugins (Windows)
|
- name: Build Qtk Plugins (Windows)
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: cmake --build build/ --config Release
|
run: cmake --build build/ --config Release --target qtk_collection -- -j $(nproc)
|
||||||
|
|
||||||
# OSX / Linux
|
# OSX / Linux
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue