Skip to content

Commit 4487f35

Browse files
committed
adding resolvconf
1 parent a736708 commit 4487f35

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ec2-integration-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ jobs:
8080
- name: Verify Terraform version
8181
run: terraform --version
8282

83+
# Install resolvconf to replace openresolv
84+
- name: Install resolvconf
85+
run: sudo apt-get update && sudo apt-get install -y resolvconf
86+
87+
8388
# Add this step to enable IPv6 via Cloudflare Warp
8489
- name: Setup Cloudflare Warp for IPv6
8590
uses: fscarmen/warp-on-actions@v1.3

0 commit comments

Comments
 (0)