diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index af0e930..d8442d2 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -18,7 +18,6 @@ jobs: name: ${{ matrix.os }}-Qt-${{ matrix.qt_version }}-shared-${{ matrix.shared }} runs-on: ${{ matrix.os }} - strategy: fail-fast: false @@ -41,7 +40,7 @@ jobs: dir: ${{ github.workspace }}/Qt - name: Configure (${{ matrix.configuration }}) - run: cmake -DCMAKE_BUILD_TYPE="${{env.BUILD_TYPE}}" -DBUILD_SHARED_LIBS=${{ matrix.shared }} -B "${{github.workspace}}/build" -S "QtAwesome" + run: cmake -DCMAKE_BUILD_TYPE="${{env.BUILD_TYPE}}" -DBUILD_SHARED_LIBS=${{ matrix.shared }} -B "${{github.workspace}}/build" - name: Build with ${{ matrix.compiler }} run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}