We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836430e commit dbebdc9Copy full SHA for dbebdc9
1 file changed
.github/workflows/ci.yaml
@@ -19,7 +19,8 @@ jobs:
19
- name: Install clang for Windows
20
if: runner.os == 'Windows'
21
run: |
22
- Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
+ iwr -useb get.scoop.sh -outfile 'install.ps1'
23
+ .\install.ps1 -RunAsAdmin
24
scoop install llvm --global
25
26
# Scoop modifies the PATH so we make the modified PATH global.
@@ -61,7 +62,8 @@ jobs:
61
62
63
64
65
66
67
68
69
0 commit comments