forked from Fediversity/Fediversity
try nix run
This commit is contained in:
parent
aa5e75c3c8
commit
89105493e4
1 changed files with 2 additions and 1 deletions
|
@ -12,4 +12,5 @@ jobs:
|
|||
check-ip:
|
||||
runs-on: native
|
||||
steps:
|
||||
- run: nix-shell -p curl --command 'curl -4 icanhazip.com'
|
||||
# - run: nix-shell -p curl --command 'curl -4 icanhazip.com'
|
||||
- run: nix run nixpkgs#curl -- -4 icanhazip.com
|
||||
|
|
Loading…
Add table
Reference in a new issue