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:
133133 with :
134134 distribution : ${{ matrix.wsl-distrib }}
135135 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+
136146 - name : Retrieve nvm on WSL
137147 run : |
138148 if [ -z "${{ matrix.method }}" ]; then
@@ -176,6 +186,16 @@ jobs:
176186 with :
177187 distribution : ${{ matrix.wsl-distrib }}
178188 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+
179199 - name : Retrieve nvm on WSL
180200 run : |
181201 if [ -z "${{ matrix.method }}" ]; then
You can’t perform that action at this time.
0 commit comments