Skip to content

Commit

Permalink
[ghactions] Fix: Run llvm install script for version 13 instead of 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Jan 20, 2022
1 parent e58cd8c commit 67e0755
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 12 &&
wget -O /tmp/llvm.sh https://apt.llvm.org/llvm.sh && sudo chmod +x /tmp/llvm.sh && sudo /tmp/llvm.sh 13 &&
sudo apt-get install
clang-13
g++-10
Expand Down

0 comments on commit 67e0755

Please sign in to comment.