Merge pull request 'ci: fix shell (dash) by removing pipefail' (#46) from fix/ci-sh-no-pipefail into master
Some checks failed
CI / build-and-anchors (push) Failing after 1m21s

Reviewed-on: #46
This commit is contained in:
2026-01-21 14:09:41 +01:00

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