Skip to content

Commit cc7d1e9

Browse files
committed
Try https for llvm apt?
1 parent d4c907f commit cc7d1e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ jobs:
328328
fetch-depth: 5
329329
- name: Add LLVM apt repository
330330
run: |
331-
wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
332-
sudo add-apt-repository -y 'deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.8 main'
331+
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
332+
sudo add-apt-repository -y 'deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.8 main'
333333
sudo apt-get update
334334
curl -LO http://archive.ubuntu.com/ubuntu/pool/main/libf/libffi/libffi6_3.2.1-8_amd64.deb
335335
curl -LO http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-5/libubsan0_5.4.0-6ubuntu1~16.04.12_amd64.deb

0 commit comments

Comments
 (0)