We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4284491 commit 0721278Copy full SHA for 0721278
.github/workflows/main.yml
@@ -170,7 +170,7 @@ jobs:
170
# Note: libclang is pre-installed on the macOS and linux images.
171
if: matrix.os == 'windows-latest'
172
run: |
173
- Invoke-WebRequest http://releases.llvm.org/9.0.0/LLVM-9.0.0-win64.exe -OutFile llvm-installer.exe
+ Invoke-WebRequest https://releases.llvm.org/9.0.0/LLVM-9.0.0-win64.exe -OutFile llvm-installer.exe
174
7z x llvm-installer.exe -oC:\llvm-binary
175
Write-Host ::set-env name=LIBCLANG_PATH::C:\llvm-binary\bin\libclang.dll
176
Write-Host ::add-path::C:\llvm-binary\bin
0 commit comments