1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-19 14:59:14 +00:00

Add ImageMagick back to container (#63)

* Add imagemagick back to container

* Install as root
This commit is contained in:
rtm516
2025-07-03 23:12:17 +01:00
committed by GitHub
parent 0de56c0331
commit b764573f63

View File

@@ -17,6 +17,9 @@ jobs:
# See https://github.com/actions/checkout/commits
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Install ImageMagick
run: sudo apt install -y imagemagick
- name: Prepare pack
run: bash prepare_pack.sh