CI: remove sudo from install step (root in act)
Some checks failed
CI / build (push) Failing after 19s
Some checks failed
CI / build (push) Failing after 19s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user