Skip to content

Commit

Permalink
install llvm-13
Browse files Browse the repository at this point in the history
  • Loading branch information
phbasler committed Jun 9, 2024
1 parent 209a259 commit 500ae98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmaes-test-conan1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
sudo apt update
sudo apt install -y gcc-12 cmake make ninja-build libncurses5
- run: sudo apt install clang-13 libc++abi-12-dev libc++-12-dev libstdc++-12-dev lld-13 llvm-13-dev llvm-13-linker-tools llvm clang
- run: sudo apt install clang-13 libc++abi-12-dev libc++-12-dev libstdc++-12-dev lld-13 llvm-13-dev llvm-13-linker-tools llvm-13 llvm clang

- run: clang++-13 -v

Expand Down

0 comments on commit 500ae98

Please sign in to comment.