diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index d7b3d02d..c8f8c06d 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -12,4 +12,4 @@ 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'