mirror of
https://github.com/GeyserMC/GeyserOptionalPack.git
synced 2025-12-21 15:59:23 +00:00
Add ImageMagick back to container (#63)
* Add imagemagick back to container * Install as root
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -17,6 +17,9 @@ jobs:
|
|||||||
# See https://github.com/actions/checkout/commits
|
# See https://github.com/actions/checkout/commits
|
||||||
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
|
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
|
||||||
|
|
||||||
|
- name: Install ImageMagick
|
||||||
|
run: sudo apt install -y imagemagick
|
||||||
|
|
||||||
- name: Prepare pack
|
- name: Prepare pack
|
||||||
run: bash prepare_pack.sh
|
run: bash prepare_pack.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user