Skip to content

Commit 0721278

Browse files
authored
CI: Use an HTTPS download link for LLVM (#1254)
1 parent 4284491 commit 0721278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
# Note: libclang is pre-installed on the macOS and linux images.
171171
if: matrix.os == 'windows-latest'
172172
run: |
173-
Invoke-WebRequest http://releases.llvm.org/9.0.0/LLVM-9.0.0-win64.exe -OutFile llvm-installer.exe
173+
Invoke-WebRequest https://releases.llvm.org/9.0.0/LLVM-9.0.0-win64.exe -OutFile llvm-installer.exe
174174
7z x llvm-installer.exe -oC:\llvm-binary
175175
Write-Host ::set-env name=LIBCLANG_PATH::C:\llvm-binary\bin\libclang.dll
176176
Write-Host ::add-path::C:\llvm-binary\bin

0 commit comments

Comments
 (0)