fixing runners
Some checks failed
Build / build (push) Failing after 5m31s
Test / build_and_test (push) Failing after 7m59s

This commit is contained in:
2026-03-08 20:57:41 +01:00
parent e58ec12b43
commit b101e93309

View File

@@ -12,6 +12,11 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- name: Debug DNS and HTTPS reachability
run: |
getent hosts git.kbz8.me || true
curl -vkI https://git.kbz8.me/ || true
wget -S --spider https://git.kbz8.me/ || true
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v2
- uses: actions/setup-node@v6