We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed92ae3 commit 3d42bb0Copy full SHA for 3d42bb0
src/jsMain/kotlin/net/kautler/github/action/setup_wsl/Distribution.kt
@@ -293,9 +293,7 @@ object Ubuntu1604 : AptGetBasedDistribution(
293
wslId = "Ubuntu-16.04",
294
distributionName = "Ubuntu",
295
version = SemVer("16.4.0"),
296
- // work-around for https://github.com/microsoft/WSL/issues/12336
297
- //downloadUrl = URL("https://aka.ms/wsl-ubuntu-1604"),
298
- downloadUrl = URL("https://wslstorestorage.blob.core.windows.net/wslblob/Ubuntu_1604.2019.523.0_x64.appx"),
+ downloadUrl = URL("https://aka.ms/wsl-ubuntu-1604"),
299
installerFile = "ubuntu1604.exe"
300
)
301
0 commit comments