ci: use "ip" instead of "iptables"
Some checks failed
Named workflow / test (push) Failing after 4s

This commit is contained in:
Julien Oculi 2024-01-22 12:46:51 +01:00
parent 452ed4aa1a
commit 137fb01e56

View file

@ -10,7 +10,7 @@ jobs:
steps:
- name: Check iptable
run: iptables -L -t nat
run: ip route
- name: 'FIX: fetch actions/checkout@v4'
run: curl -vL --create-dirs -o /var/run/act/actions/actions-checkout@v4/dist/index.js https://raw.githubusercontent.com/actions/checkout/main/dist/index.js