Skip to content

Commit

Permalink
Install icnsutils when making enhanced sources
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezrin committed Jul 3, 2021
1 parent 992559e commit b23b0fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
- name: Unzip sources with 7z
working-directory: build
run: 7z x vanilla-src.zip
- name: Install icnsutils
run: sudo apt-get install -y icnsutils
- name: Enhance extracted sources
run: scripts/enhance-src.sh
- name: Zip sources dir with 7z
Expand Down

0 comments on commit b23b0fe

Please sign in to comment.