From 4f911938785d6638f9e9adca92ddf1d4607ef0b3 Mon Sep 17 00:00:00 2001 From: crystal Date: Sat, 25 Nov 2023 17:43:25 -0700 Subject: [PATCH] install golang --- .ci-make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . ;;