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: >