diff --git a/.github/workflows/all-builds.yml b/.github/workflows/all-builds.yml index fbc3abe..10d68c3 100644 --- a/.github/workflows/all-builds.yml +++ b/.github/workflows/all-builds.yml @@ -10,6 +10,7 @@ env: jobs: Qtk: + name: Qtk build {{matrix.os}} env: CONFIG: -DQTK_SUBMODULES=ON -DQTK_DEBUG=OFF -DQTK_CCACHE=OFF -DQTK_GUI=ON -DQTK_PLUGINS=OFF -DQTK_EXAMPLE=ON strategy: @@ -32,9 +33,8 @@ jobs: - uses: actions/checkout@v3 - name: Install Qt - uses: jurplel/install-qt-action@v2 - with: - version: ${{ env.QT_VERSION }} + run: | + tools/build-qt.sh # Windows