Skip to content

Commit

Permalink
attempt support ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Jun 11, 2024
1 parent 10a2e40 commit a2f11f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v3

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

0 comments on commit a2f11f8

Please sign in to comment.