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)