We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c15110 commit 69075e9Copy full SHA for 69075e9
.github/workflows/windows-npm.yml
@@ -186,6 +186,16 @@ jobs:
186
with:
187
distribution: ${{ matrix.wsl-distrib }}
188
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
199
- name: Retrieve nvm on WSL
200
run: |
201
if [ -z "${{ matrix.method }}" ]; then
0 commit comments