Skip to content

Commit 5ca58dc

Browse files
committed
Add IPv6 setup step in GitHub Actions workflow
1 parent c66df66 commit 5ca58dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
- name: Checkout repository
1010
uses: actions/checkout@v4
1111

12+
- name: set ipv6
13+
run: sudo ip addr add fc01::1/64 dev lo
14+
1215
- name: Set up Go
1316
uses: actions/setup-go@v4
1417
with:

0 commit comments

Comments
 (0)