mirror of
https://github.com/nvm-sh/nvm.git
synced 2026-04-03 03:24:51 +08:00
[actions] upgrade vampire/setup-wsl
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
committed by
Jordan Harband
parent
59d4ea8f3e
commit
e11221d0d9
6
.github/workflows/windows-npm.yml
vendored
6
.github/workflows/windows-npm.yml
vendored
@@ -136,7 +136,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# For Ubuntu: install with packages directly
|
# For Ubuntu: install with packages directly
|
||||||
- if: matrix.wsl-distrib != 'Debian'
|
- if: matrix.wsl-distrib != 'Debian'
|
||||||
uses: Vampire/setup-wsl@v3
|
uses: Vampire/setup-wsl@v6
|
||||||
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
|
||||||
@@ -144,7 +144,7 @@ jobs:
|
|||||||
# For Debian: install without packages first (apt-get update fails due to stale sources.list)
|
# For Debian: install without packages first (apt-get update fails due to stale sources.list)
|
||||||
# see https://github.com/Vampire/setup-wsl/issues/76
|
# see https://github.com/Vampire/setup-wsl/issues/76
|
||||||
- if: matrix.wsl-distrib == 'Debian'
|
- if: matrix.wsl-distrib == 'Debian'
|
||||||
uses: Vampire/setup-wsl@v3
|
uses: Vampire/setup-wsl@v6
|
||||||
with:
|
with:
|
||||||
distribution: ${{ matrix.wsl-distrib }}
|
distribution: ${{ matrix.wsl-distrib }}
|
||||||
- if: matrix.wsl-distrib == 'Debian'
|
- if: matrix.wsl-distrib == 'Debian'
|
||||||
@@ -214,7 +214,7 @@ jobs:
|
|||||||
- ''
|
- ''
|
||||||
- 'script'
|
- 'script'
|
||||||
steps:
|
steps:
|
||||||
- uses: Vampire/setup-wsl@v3
|
- uses: Vampire/setup-wsl@v6
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user