File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,16 @@ jobs:
133
133
with :
134
134
distribution : ${{ matrix.wsl-distrib }}
135
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/ /etc/apt/sources.list'
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
+
136
146
- name : Retrieve nvm on WSL
137
147
run : |
138
148
if [ -z "${{ matrix.method }}" ]; then
@@ -176,6 +186,16 @@ jobs:
176
186
with :
177
187
distribution : ${{ matrix.wsl-distrib }}
178
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/ /etc/apt/sources.list'
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
+
179
199
- name : Retrieve nvm on WSL
180
200
run : |
181
201
if [ -z "${{ matrix.method }}" ]; then
You can’t perform that action at this time.
0 commit comments