X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dc055efea7a1e555380cecce28f4faa6a27982c7..b2a6d250c264775e2cad18cf461cfa1d48bb2df4:/.github/workflows/jarfile.yml diff --git a/.github/workflows/jarfile.yml b/.github/workflows/jarfile.yml index c3947c2b07..793026e448 100644 --- a/.github/workflows/jarfile.yml +++ b/.github/workflows/jarfile.yml @@ -1,4 +1,4 @@ -name: Jar file creation +name: Jar build on: workflow_dispatch: @@ -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