fixing CI
Some checks failed
Build / build (push) Successful in 3m6s
Test / build_and_test (push) Has been cancelled

This commit is contained in:
2026-03-08 21:28:55 +01:00
parent b101e93309
commit 43714f32f9

View File

@@ -12,11 +12,6 @@ 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