Skip to content

Commit 1d8940c

Browse files
install clang-11
1 parent c0cb648 commit 1d8940c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/scala.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@ jobs:
2828
run: |
2929
sudo apt-get update
3030
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y git g++ cmake bison flex libboost-all-dev 2to3 python-is-python3
31-
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y perl minisat curl gnupg2 locales clang-11 wget
31+
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y perl minisat curl gnupg2 locales wget
32+
sudo apt-get install -y wget software-properties-common
33+
# install clang-11
34+
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
35+
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-11 main"
36+
sudo apt-get update
37+
sudo apt-get install -y clang-11
3238
- name: Generate test files (LLVM IR)
3339
run: |
3440
cd benchmarks/llvm

0 commit comments

Comments
 (0)