From a2f11f853b87cb4109cd4f62fc7eac8557502a4e Mon Sep 17 00:00:00 2001 From: Julian Grinblat Date: Tue, 11 Jun 2024 10:12:16 +0900 Subject: [PATCH] attempt support ipv6 --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 229a9dcd..1641fb05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 + # + - name: Setup WARP + uses: fscarmen/warp-on-actions@v2 - name: Install Node - ${{ matrix.node-version }} uses: actions/setup-node@v3 with: