fix(ci): ping was not found
This commit is contained in:
parent
ab0d6aba96
commit
2c1c09943c
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ jobs:
|
||||||
runs-on: debian-latest
|
runs-on: debian-latest
|
||||||
steps:
|
steps:
|
||||||
- name: debug style
|
- name: debug style
|
||||||
run: ping git.distrilab.fr -c1
|
run: |
|
||||||
|
apt-get install -y iputils-ping
|
||||||
|
ping git.distrilab.fr -c1
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: npm ci
|
- name: npm ci
|
||||||
|
|
Loading…
Reference in a new issue