From ae5abb993991a4bd135343bddd783bb4d7201e0b Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 11 Mar 2023 12:05:34 -0500 Subject: [PATCH] Windows CI --- .github/workflows/all-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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