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:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user