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 9602f4f commit f9e254eCopy full SHA for f9e254e
.github/workflows/windows-npm.yml
@@ -133,6 +133,16 @@ jobs:
133
with:
134
distribution: ${{ matrix.wsl-distrib }}
135
additional-packages: bash git curl ca-certificates wget
136
+
137
+ # see https://github.com/Vampire/setup-wsl/issues/76#issuecomment-3258201135
138
+ - shell: 'wsl-bash {0}'
139
+ run: 'sed -i s/ftp.debian.org/archive.debian.org/'
140
+ - uses: Vampire/setup-wsl@v3
141
+ with:
142
+ distribution: ${{ matrix.wsl-distrib }}
143
+ additional-packages: bash git curl ca-certificates wget
144
+ update: 'true'
145
146
- name: Retrieve nvm on WSL
147
run: |
148
if [ -z "${{ matrix.method }}" ]; then
0 commit comments