workaround for lack of sudo in Gitea
Some checks failed
Generic zig build / build (push) Failing after 13s

This commit is contained in:
Emil Lerch 2024-04-30 22:21:38 -07:00
parent 4998ac5803
commit 3251024ffb
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -16,6 +16,9 @@ jobs:
- uses: elerch/zig-action-cache@v1.1.6
- name: Install system dependencies
run: |
if [ "$GITEA_ACTIONS" = "true" ];
alias sudo=''
fi
sudo apt-get update
sudo apt-get install fonts-hack # imagemagick (container has imagemagick, but version 6)
curl -LOs https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.1-31.tar.gz