diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bdab15f..86d434f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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