Skip to content

Commit f2276f9

Browse files
committed
Set explicit DNS on Linux container to fix runner resolver failures
1 parent ad4bd48 commit f2276f9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
matrix:
2121
node: [18, 20, 22, 24]
2222
runs-on: ubuntu-latest
23-
container: ubuntu:22.04
23+
container:
24+
image: ubuntu:22.04
25+
options: --dns 8.8.8.8 --dns 1.1.1.1
2426
steps:
2527
- name: Install Dependencies for Ubuntu
2628
run: apt-get update && apt-get install -y git build-essential clang-14 libssl-dev libkrb5-dev libc++-14-dev libc++abi-14-dev wget python3

0 commit comments

Comments
 (0)