diff --git a/.ci-make.sh b/.ci-make.sh index 77a3edf..d4062f4 100755 --- a/.ci-make.sh +++ b/.ci-make.sh @@ -144,7 +144,7 @@ case "$1" in ;; "forgejo-test-deps") apt update - apt install --no-install-recommends -y git-lfs + apt install --no-install-recommends -y git-lfs golang adduser --quiet --comment forgejo --disabled-password forgejo chown -R forgejo:forgejo . ;;