From: Martin Quinson Date: Sat, 12 Mar 2022 14:12:37 +0000 (+0100) Subject: Blind attempt at getting scoop working again on Azur windows X-Git-Tag: v3.31~146 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b215f7a3686c78738aa93a32a42652a24aa7ccc3 Blind attempt at getting scoop working again on Azur windows --- diff --git a/.github/workflows/jarfile.yml b/.github/workflows/jarfile.yml index 793026e448..4a92b4f542 100644 --- a/.github/workflows/jarfile.yml +++ b/.github/workflows/jarfile.yml @@ -31,7 +31,7 @@ jobs: if: matrix.config.os == 'windows' run: | Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh') - scoop install gcc --global + scoop -RunAsAdmin 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 $url = "https://github.com/actions/boost-versions/releases/download/1.72.0-20200608.4/boost-1.72.0-win32-msvc14.2-x86_64.tar.gz"