From b81e22a9ae3e97cf05dbf7fe03475e9c1b88f7d8 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 18 May 2024 11:22:13 -0400 Subject: [PATCH] Build Breeze Icons on Linux too --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 79898b7..14e934f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -212,7 +212,7 @@ jobs: cmake --build ${{ steps.strings.outputs.build-output-dir }}-kconfigwidgets --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 https://invent.kde.org/frameworks/breeze-icons.git