From 9eadf3b974ae46490dc1ac38c569f47fa42a1559 Mon Sep 17 00:00:00 2001 From: kyuno Date: Fri, 28 Aug 2026 19:03:42 +0200 Subject: [PATCH] Actualiser .github/workflows/ci.yml --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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