From 63cec9b9d845afd21bfba74d5689bc04eda98120 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Fri, 23 May 2025 12:14:58 +0200 Subject: [PATCH] host not found either, install it and try --- .github/workflows/nightly.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 484195a..9cbc4bf 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -42,6 +42,8 @@ jobs: done & - name: Try curl the dummy server on port 443 run: | + apt-get update + apt-get install -y bind9-host cat /etc/hosts host api.notion.com curl -k https://localhost:443