summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrystal <crystal@noreply.codeberg.org>2023-11-25 17:43:25 -0700
committercrystal <crystal@noreply.codeberg.org>2023-11-25 17:43:25 -0700
commit4f911938785d6638f9e9adca92ddf1d4607ef0b3 (patch)
tree6674d0371713386e2b8e76e251b9e6f3418633ea
parent19d5c959f413c20890ec4aba3fb0068a6fb72d0a (diff)
install golang
-rwxr-xr-x.ci-make.sh2
1 files changed, 1 insertions, 1 deletions
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 .
;;