mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 10:05:49 +01:00
[ghactions] Fix llvm version number for ubuntu env
This commit is contained in:
parent
8c67d5e9d3
commit
c8955dcc0c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user