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 bdc203d commit 958e069Copy full SHA for 958e069
.github/workflows/linux.yaml
@@ -100,7 +100,7 @@ jobs:
100
- name: install clang-7
101
run: |
102
wget -qO - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
103
- sudo add-apt-repository --yes --update "deb http://apt.llvm.org/focal/ llvm-toolchain-focal main"
+ # sudo add-apt-repository --yes --update "deb http://apt.llvm.org/focal/ llvm-toolchain-focal main"
104
sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends clang++-7
105
106
- name: list compilers
0 commit comments