diff --git a/.github/workflows/all-builds.yml b/.github/workflows/all-builds.yml index aeff3eb..97a4b0e 100644 --- a/.github/workflows/all-builds.yml +++ b/.github/workflows/all-builds.yml @@ -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