diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 8e04131..487d855 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -130,10 +130,10 @@ jobs: container: image: node:22-slim steps: - - name: Install git + - name: Install git and ca-certificates run: | apt-get update - apt-get install -y --no-install-recommends git + apt-get install -y --no-install-recommends git ca-certificates rm -rf /var/lib/apt/lists/* - uses: actions/checkout@v4 with: