Skip to content

Commit b23b0fe

Browse files
committed
Install icnsutils when making enhanced sources
1 parent 992559e commit b23b0fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
- name: Unzip sources with 7z
4848
working-directory: build
4949
run: 7z x vanilla-src.zip
50+
- name: Install icnsutils
51+
run: sudo apt-get install -y icnsutils
5052
- name: Enhance extracted sources
5153
run: scripts/enhance-src.sh
5254
- name: Zip sources dir with 7z

0 commit comments

Comments
 (0)