ci: fix shell (dash) by removing pipefail
Some checks failed
CI / build-and-anchors (push) Failing after 1m20s
CI / build-and-anchors (pull_request) Failing after 1m1s

This commit is contained in:
2026-01-21 14:09:04 +01:00
parent 0f94676b27
commit 7e13b1166d

View File

@@ -20,10 +20,9 @@ jobs:
steps:
- name: Force DNS inside job container (DS220+ / act_runner)
run: |
set -euo pipefail
set -eu
echo "== resolv.conf (before) =="; cat /etc/resolv.conf || true
# IMPORTANT: on enlève 1.1.1.1/9.9.9.9 qui time-out chez toi
cat > /etc/resolv.conf <<'EOF'
nameserver 192.168.1.1
nameserver 109.0.66.10