sudo fix
Some checks failed
Build rosetta-sdu / build (push) Failing after 4m8s

This commit is contained in:
RoyceDa
2026-02-26 19:29:25 +02:00
parent 830047322a
commit a3ffb0f1b2

View File

@@ -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