Skip to content

Commit a2f11f8

Browse files
committedJun 11, 2024··
attempt support ipv6
1 parent 10a2e40 commit a2f11f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222

23+
# This is necessary because GitHub Actions does not support IPv6 yet
24+
# And if a user has `ipv6: true` set in their yaml config, it wouldn't work otherwise
25+
# <https://github.com/actions/runner-images/issues/668#issuecomment-1872487355>
26+
- name: Setup WARP
27+
uses: fscarmen/warp-on-actions@v2
2328
- name: Install Node - ${{ matrix.node-version }}
2429
uses: actions/setup-node@v3
2530
with:

0 commit comments

Comments
 (0)
Please sign in to comment.