From a3ffb0f1b27c6e85895eb2eb3cfe74d977f00767 Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Thu, 26 Feb 2026 19:29:25 +0200 Subject: [PATCH] sudo fix --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 99375db..f69e415 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -16,7 +16,7 @@ jobs: elif command -v brew &> /dev/null; then brew install node elif command -v apk &> /dev/null; then - sudo apk add --no-cache nodejs npm + apk add --no-cache nodejs npm fi - name: Checkout code