mirror of
https://github.com/triqs/dft_tools
synced 2024-11-18 12:03:50 +01:00
[ghactions] Fix: Run llvm install script for version 13 instead of 12
This commit is contained in:
parent
e58cd8c19d
commit
67e07551f7
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
run: >
|
run: >
|
||||||
sudo apt-get update &&
|
sudo apt-get update &&
|
||||||
sudo apt-get install lsb-release wget software-properties-common &&
|
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
|
sudo apt-get install
|
||||||
clang-13
|
clang-13
|
||||||
g++-10
|
g++-10
|
||||||
|
Loading…
Reference in New Issue
Block a user