From 47771ad98c919e1fe16c038f4396fb3f68c5beda Mon Sep 17 00:00:00 2001 From: Zxilly Date: Wed, 27 Nov 2024 10:43:00 +0800 Subject: [PATCH] ci: enable ipv6 --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bbde4c3..97d30f3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,6 +99,12 @@ jobs: run: | sudo pip install -r scripts/requirements.txt + - name: Enable ipv6 + uses: fscarmen/warp-on-actions@v1.3 + with: + stack: dual + mode: client + - name: Run unit tests run: | cmake -S . -B build -DUA2F_BUILD_TESTS=OFF -DUA2F_ENABLE_UCI=OFF -DUA2F_ENABLE_ASAN=ON ${{ matrix.cache == 'false' && '-DUA2F_NO_CACHE=ON' || '-DUA2F_NO_CACHE=OFF' }}