diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6781a7..6f0f5cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,10 @@ jobs: --health-timeout 5s --health-retries 10 steps: + - name: Install curl and dependencies + run: | + apt-get update && apt-get install -y curl + - uses: https://github.com/actions/checkout@v4 - uses: pnpm/action-setup@v4