File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
compiler/test/dotty/tools/vulpix Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1426,9 +1426,9 @@ object ParallelTesting {
1426
1426
dir
1427
1427
else
1428
1428
import scala .sys .process ._
1429
- val zipPath = cache.resolve(s " scala3- $version.zip " )
1430
- val compilerDownloadUrl = s " https://github.com/lampepfl/dotty/releases/download/ $version/scala3- $version.zip "
1431
- (URL (compilerDownloadUrl) #>> zipPath.toFile #&& s " unzip $zipPath -d $cache" ).!!
1429
+ val zipPath = cache.resolve(s " scala3- $version.tar.gz " )
1430
+ val compilerDownloadUrl = s " https://github.com/lampepfl/dotty/releases/download/ $version/scala3- $version.tar.gz "
1431
+ (URL (compilerDownloadUrl) #>> zipPath.toFile #&& s " tar -xf $zipPath -C $cache" ).!!
1432
1432
dir
1433
1433
}
1434
1434
You can’t perform that action at this time.
0 commit comments