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