Skip to content

Commit

Permalink
[ghactions] Fix llvm version number for ubuntu env
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Jun 26, 2023
1 parent 8c67d5e commit c8955dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: >
sudo apt-get update &&
sudo apt-get install lsb-release wget software-properties-common &&
wget -O /tmp/llvm.sh https://apt.llvm.org/llvm.sh && sudo chmod +x /tmp/llvm.sh && sudo /tmp/llvm.sh 13 &&
wget -O /tmp/llvm.sh https://apt.llvm.org/llvm.sh && sudo chmod +x /tmp/llvm.sh && sudo /tmp/llvm.sh 15 &&
sudo apt-get install
clang-15
g++-12
Expand Down

0 comments on commit c8955dc

Please sign in to comment.