what IP can we try?
/ test (push) Failing after 40s Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-02-23 17:06:05 +00:00
parent 678b5aec79
commit 39df68b773
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ jobs:
test:
runs-on: docker
steps:
- run: apt update && apt install -y docker.io
- run: apt update && apt install -y iproute2
- run: ip a
- name: Check out repository code
uses: actions/checkout@v3
- name: Hah, right...