Skip to content

Commit 958e069

Browse files
committed
WIP manual clang7
1 parent bdc203d commit 958e069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: install clang-7
101101
run: |
102102
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"
103+
# sudo add-apt-repository --yes --update "deb http://apt.llvm.org/focal/ llvm-toolchain-focal main"
104104
sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends clang++-7
105105
106106
- name: list compilers

0 commit comments

Comments
 (0)