Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Blind attempt at getting scoop working again on Azur windows
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 12 Mar 2022 14:12:37 +0000 (15:12 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 12 Mar 2022 14:12:37 +0000 (15:12 +0100)
.github/workflows/jarfile.yml

index 793026e..4a92b4f 100644 (file)
@@ -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"