@@ -15,7 +15,9 @@ 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 criterion-dev
|
||||
run: |
|
||||
apk add --no-cache gcc musl-dev
|
||||
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing criterion-dev
|
||||
|
||||
- name: Compiler les tests
|
||||
run: >
|
||||
|
||||
Reference in New Issue
Block a user