From cc088df7024b3cd5ced5653123fb6f22bf450a67 Mon Sep 17 00:00:00 2001 From: Archicratia Date: Wed, 21 Jan 2026 13:19:12 +0100 Subject: [PATCH] ci: stabilize DNS for job container (fix apt resolution) --- .gitea/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 884f43e..b4f0e67 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,6 +11,12 @@ jobs: runs-on: ubuntu-latest container: image: node:20-bookworm-slim + options: >- + --dns=192.168.1.1 + --dns=109.0.66.10 + --dns-option=timeout:2 + --dns-option=attempts:2 + --dns-option=use-vc steps: - name: Install base tools (git + certs)