fix(ci): fix apt
Some checks failed
deploy to prod / Build and deploy site (push) Successful in 24s
create artifact with nixin website / Create artifact (push) Failing after 1m34s

This commit is contained in:
Florian Schmitt 2024-12-16 14:24:42 +03:00
parent 2c1c09943c
commit 7bf98b2a8c

View file

@ -10,7 +10,7 @@ jobs:
steps:
- name: debug style
run: |
apt-get install -y iputils-ping
apt-get update && apt-get install -y iputils-ping
ping git.distrilab.fr -c1
- name: checkout repository
uses: actions/checkout@v4