Looks like need to use netcat-openbsd
Some checks failed
Run short tests / run-tests (push) Successful in 1m18s
Run nightly tests / build (push) Successful in 1m17s
Run nightly tests / nightly-tests-play (push) Has been cancelled

This commit is contained in:
2025-05-23 11:55:25 +02:00
parent 482f23912c
commit daaf79e721

View File

@@ -36,7 +36,7 @@ jobs:
- name: Start a dummy server listening on 443 - name: Start a dummy server listening on 443
run: | run: |
apt update apt update
apt install -y netcat apt install -y netcat-openbsd
while true; do while true; do
echo "HTTP/1.1 200 OK\\n\\nHello from dummy server" | nc -l -p 443 -q 1 echo "HTTP/1.1 200 OK\\n\\nHello from dummy server" | nc -l -p 443 -q 1
done done