Skip to content

Commit 69075e9

Browse files
committed
[actions] continuation of f9e254e
1 parent 5c15110 commit 69075e9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/windows-npm.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,16 @@ jobs:
186186
with:
187187
distribution: ${{ matrix.wsl-distrib }}
188188
additional-packages: bash git curl ca-certificates wget
189+
190+
# see https://github.com/Vampire/setup-wsl/issues/76#issuecomment-3258201135
191+
- shell: 'wsl-bash {0}'
192+
run: 'sed -i s/ftp.debian.org/archive.debian.org/'
193+
- uses: Vampire/setup-wsl@v3
194+
with:
195+
distribution: ${{ matrix.wsl-distrib }}
196+
additional-packages: bash git curl ca-certificates wget
197+
update: 'true'
198+
189199
- name: Retrieve nvm on WSL
190200
run: |
191201
if [ -z "${{ matrix.method }}" ]; then

0 commit comments

Comments
 (0)