From b2a6d250c264775e2cad18cf461cfa1d48bb2df4 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Fri, 19 Nov 2021 15:32:02 +0000 Subject: [PATCH] This should be fixed by now, remove the workaround ( https://github.com/ScoopInstaller/Main/issues/1752 ) --- .github/workflows/jarfile.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/jarfile.yml b/.github/workflows/jarfile.yml index 00433207d3..793026e448 100644 --- a/.github/workflows/jarfile.yml +++ b/.github/workflows/jarfile.yml @@ -31,7 +31,6 @@ jobs: if: matrix.config.os == 'windows' run: | Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh') - (Get-Content ~\scoop\buckets\main\bucket\gcc.json).replace('http://repo.msys2.org/', 'http://mirrors.huaweicloud.com/msys2/') | Set-Content ~\scoop\buckets\main\bucket\gcc.json scoop install gcc --global If ((Test-Path "C:\hostedtoolcache\windows\Boost") -eq $False){ # Use the boost-1.72.0-win32-msvc14.1-x86_64.tar.gz for Windows 2016 -- 2.20.1