diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 52d51e4..5809a6a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: env: GOPROXY: direct steps: - - name: Install Node.js (required for GitHub Actions) + - name: Install system dependencies (Node.js, Git) run: | apt-get update - apt-get install -y nodejs + apt-get install -y nodejs git ca-certificates - uses: actions/checkout@v4 - uses: actions/setup-go@v5