mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
use imagemagick-full
This commit is contained in:
parent
b0e580627a
commit
68c2efc3ec
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tmp.yml
vendored
4
.github/workflows/tmp.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install dependencies
|
||||
run: brew install gtk4 libadwaita imagemagick librsvg
|
||||
run: brew install gtk4 libadwaita imagemagick-full
|
||||
- name: Make icns
|
||||
run: scripts/makeicns.sh
|
||||
|
||||
|
|
@ -21,6 +21,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install dependencies
|
||||
run: brew install gtk4 libadwaita imagemagick librsvg
|
||||
run: brew install gtk4 libadwaita imagemagick-full
|
||||
- name: Make icns
|
||||
run: scripts/makeicns.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue