Skip to content

Commit

Permalink
installing clang with apt
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilger26 committed Jan 7, 2025
1 parent 0252a2f commit a11450f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/actions/LinuxEnvironmentSetup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,4 @@ runs:
shell: bash -l {0}
run: |
sudo apt update
sudo apt install -y build-essential lsb-release wget software-properties-common gnupg libboost-all-dev
wget https://apt.llvm.org/llvm.sh
chmod u+x llvm.sh
sed -i 's/add-apt-repository "${REPO_NAME}"/add-apt-repository -y "${REPO_NAME}"/g' llvm.sh
sudo ./llvm.sh 18
sudo ln -sfn /usr/bin/clang++-18 /usr/bin/clang++
sudo apt install -y build-essential clang lsb-release wget software-properties-common gnupg libboost-all-dev
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

**Compilers:**
Visual Studio: 2022
GNU: 13.3
Clang: 18
GNU: 13.3, 14.2
Clang: 18, 19

**Boost Versions:**
1.73+
Expand Down

0 comments on commit a11450f

Please sign in to comment.