diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c559c5..c05711f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -190,7 +190,7 @@ jobs: cmake --build ${{ steps.strings.outputs.build-output-dir }}-kirigami-addons --config ${{ matrix.build_type }} --target install - name: Build Breeze Icons - if: (runner.os == 'Windows') && (steps.cache-prefix-restore.outputs.cache-hit != 'true') + if: steps.cache-prefix-restore.outputs.cache-hit != 'true' continue-on-error: true run: | git clone --depth 1 --branch ${{ env.KF_VERSION }} https://invent.kde.org/frameworks/breeze-icons.git