mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-22 12:07:45 +00:00
Build Breeze Icons on Linux too
This commit is contained in:
parent
3184d5b175
commit
b81e22a9ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue