-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
akovari
committed
Dec 29, 2024
1 parent
f6cf664
commit 2f8d01a
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,9 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
- name: Install llvm | ||
run: sudo apt-get install -y clang-format clang-tidy clang-tools clang clangd libc++-dev libc++1 libc++abi-dev libc++abi1 libclang-dev libclang1 liblldb-dev libllvm-ocaml-dev libomp-dev libomp5 lld lldb llvm-dev llvm-runtime llvm | ||
run: sudo wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - ; sudo add-apt-repository "deb http://apt.llvm.org/noble/ llvm-toolchain-noble-19 main" ; sudo apt update ; sudo apt install -y libllvm-19-ocaml-dev libllvm19 llvm-19 llvm-19-dev llvm-19-runtime clang-19 clang-tools-19 libclang-common-19-dev libclang-19-dev libclang1-19 clang-format-19 python3-clang-19 clangd-19 clang-tidy-19 lld-19 | ||
|
||
# Install latest CMake and Ninja. | ||
# Install latest CMake and Ninja. | ||
- uses: lukka/get-cmake@latest | ||
# Or pin to a specific CMake version: | ||
# lukka/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,6 @@ | |
"lhs": "${hostSystemName}", | ||
"rhs": "Linux" | ||
} | ||
|
||
}, | ||
{ | ||
"name": "macos-base", | ||
|