parent
7d99bd2f9d
commit
c8ba8d375e
1 changed files with 4 additions and 1 deletions
|
@ -6,4 +6,7 @@ jobs:
|
||||||
image: debian:stable
|
image: debian:stable
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: echo All Good
|
||||||
- run: wget -qO- https://icanhazip.com
|
- run: |
|
||||||
|
apt update
|
||||||
|
apt install -y curl
|
||||||
|
curl https://icanhazip.com
|
Loading…
Reference in a new issue