Skip to content

Commit

Permalink
reverting back to clang18 for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilger26 committed Jan 3, 2025
1 parent bf9e640 commit ae9569f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/LinuxEnvironmentSetup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ runs:
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 17
sudo ln -sfn /usr/bin/clang++-17 /usr/bin/clang++
sudo ./llvm.sh 18
sudo ln -sfn /usr/bin/clang++-18 /usr/bin/clang++
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
**Compilers:**
Visual Studio: 2022
GNU: 13.3
Clang: 17
Clang: 18

**Boost Versions:**
1.73+
Expand Down

0 comments on commit ae9569f

Please sign in to comment.