mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-10-13 04:43:04 +00:00
[actions] continuation of f9e254e
This commit is contained in:
parent
5c15110981
commit
69075e99b0
10
.github/workflows/windows-npm.yml
vendored
10
.github/workflows/windows-npm.yml
vendored
@ -186,6 +186,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: ${{ matrix.wsl-distrib }}
|
distribution: ${{ matrix.wsl-distrib }}
|
||||||
additional-packages: bash git curl ca-certificates wget
|
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
|
- name: Retrieve nvm on WSL
|
||||||
run: |
|
run: |
|
||||||
if [ -z "${{ matrix.method }}" ]; then
|
if [ -z "${{ matrix.method }}" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user