fix(ci): fix apt
This commit is contained in:
parent
2c1c09943c
commit
7bf98b2a8c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: debug style
|
- name: debug style
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y iputils-ping
|
apt-get update && apt-get install -y iputils-ping
|
||||||
ping git.distrilab.fr -c1
|
ping git.distrilab.fr -c1
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue