Skip to content

Commit

Permalink
ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: rahul shrivastava <rahul.shrivastava@cerebras.net>
  • Loading branch information
rahuls-cerebras committed Dec 18, 2024
1 parent a3e76fa commit d7e6168
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
steps:
- name: Install Clang 17.0.6
run: |
yum update -y
yum install -y wget
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
./llvm.sh 17
yum install -y clang-17 lldb-17 lld-17 clang-tools-extra-17
apt update
apt install -y software-properties-common
add-apt-repository -y ppa:ubuntu-toolchain-r/test
apt install -y clang-17 lldb-17
update-alternatives --install /usr/bin/clang clang /usr/bin/clang-17 100
update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-17 100
echo "Clang version installed:"
- name: Verify Clang installation
run: clang --version
Expand Down

0 comments on commit d7e6168

Please sign in to comment.