[actions] continuation of f9e254e

This commit is contained in:
Jordan Harband 2025-09-05 13:16:01 -07:00
parent 5c15110981
commit 69075e99b0
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56

View File

@ -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