git: Install ImageMagick so create-dmg can make a pretty volume icon
This commit is contained in:
parent
2b24330f9f
commit
9457c1f2b9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -370,6 +370,7 @@ jobs:
|
||||
|
||||
- name: 📦 Create DMG
|
||||
run: |
|
||||
brew install imagemagick
|
||||
git clone https://github.com/sindresorhus/create-dmg
|
||||
cd create-dmg
|
||||
npm i && npm -g i
|
||||
@ -483,6 +484,7 @@ jobs:
|
||||
|
||||
- name: 📦 Create DMG
|
||||
run: |
|
||||
brew install imagemagick
|
||||
git clone https://github.com/sindresorhus/create-dmg
|
||||
cd create-dmg
|
||||
npm i && npm -g i
|
||||
|
Loading…
x
Reference in New Issue
Block a user