Skip to content

Commit

Permalink
Fix scoop install (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEady committed Apr 8, 2022
1 parent 67acb43 commit 8be5cc3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/buildwinnopch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
if: matrix.config.cxx-compiler == 'clang-cl'
shell: powershell
run: |
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
iwr -useb get.scoop.sh -outfile 'install.ps1'
.\install.ps1 -RunAsAdmin
scoop install llvm --global
#echo "::set-env name=PATH::$env:PATH"
Expand Down Expand Up @@ -101,7 +102,7 @@ jobs:
run: |
cd bin-build
cmake --build . --config ${{ matrix.config.build-type }} -- /nologo /verbosity:minimal /maxcpucount
notify_on_failure:
needs: build
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 8be5cc3

Please sign in to comment.