From 166daf5ad888fbbd0f88cb9d1edc8907027dddbc Mon Sep 17 00:00:00 2001 From: Romane <122701716+rom-vtn@users.noreply.github.com> Date: Sat, 2 May 2026 13:37:12 +0200 Subject: [PATCH] this time? --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 61a5d87..ddfd97a 100644 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -apt install -y golang +apt update && apt install -y golang-go go run main.go echo "Done running!"