summaryrefslogtreecommitdiff
path: root/.ci-make.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci-make.sh')
-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 .
;;