From 69075e99b0e4b43d31c2fe5360089f308d9cb6b0 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 5 Sep 2025 13:16:01 -0700 Subject: [PATCH] [actions] continuation of f9e254e --- .github/workflows/windows-npm.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/windows-npm.yml b/.github/workflows/windows-npm.yml index 5379664..3bb2f30 100644 --- a/.github/workflows/windows-npm.yml +++ b/.github/workflows/windows-npm.yml @@ -186,6 +186,16 @@ jobs: with: distribution: ${{ matrix.wsl-distrib }} additional-packages: bash git curl ca-certificates wget + + # see https://github.com/Vampire/setup-wsl/issues/76#issuecomment-3258201135 + - shell: 'wsl-bash {0}' + run: 'sed -i s/ftp.debian.org/archive.debian.org/' + - uses: Vampire/setup-wsl@v3 + with: + distribution: ${{ matrix.wsl-distrib }} + additional-packages: bash git curl ca-certificates wget + update: 'true' + - name: Retrieve nvm on WSL run: | if [ -z "${{ matrix.method }}" ]; then