diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index fa0492f9..d7b3d02d 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -12,4 +12,4 @@ jobs: check-ip: runs-on: native steps: - - run: curl -4 icanhazip.com + - run: nix-shell -p curl --command curl -4 icanhazip.com