From 41c175cac4d609a60ac52bd585a3c907026d4789 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 2 Apr 2026 02:08:16 +0200 Subject: [PATCH] test n4 --- .gitea/workflows/tets.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/tets.yaml b/.gitea/workflows/tets.yaml index 6893433..e893be6 100644 --- a/.gitea/workflows/tets.yaml +++ b/.gitea/workflows/tets.yaml @@ -16,8 +16,7 @@ jobs: - name: Installer GCC et Criterion sur Alpine # La commande apk fonctionne toujours car c'est un système Alpine run: | - apk add --no-cache gcc musl-dev - apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing criterion-dev + apk add --no-cache gcc musl-dev criterion - name: Compiler les tests run: >