CI: remove sudo from install step (root in act)
Some checks failed
CI / build (push) Failing after 19s

This commit is contained in:
2026-06-23 20:26:08 +03:30
parent 9ed38c7514
commit 5666170824

View File

@@ -11,8 +11,8 @@ jobs:
steps:
- name: Install Node.js (required for GitHub Actions)
run: |
sudo apt-get update
sudo apt-get install -y nodejs
apt-get update
apt-get install -y nodejs
- uses: actions/checkout@v4
- uses: actions/setup-go@v5