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 cc7d1e9 commit 3085128Copy full SHA for 3085128
.github/workflows/ci.yml
@@ -329,6 +329,7 @@ jobs:
329
- name: Add LLVM apt repository
330
run: |
331
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
332
+ curl -vv https://apt.llvm.org/xenial/dists/llvm-toolchain-xenial-3.8/InRelease
333
sudo add-apt-repository -y 'deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.8 main'
334
sudo apt-get update
335
curl -LO http://archive.ubuntu.com/ubuntu/pool/main/libf/libffi/libffi6_3.2.1-8_amd64.deb
0 commit comments