Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akovari committed Dec 29, 2024
1 parent f6cf664 commit 2f8d01a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"lhs": "${hostSystemName}",
"rhs": "Linux"
}

},
{
"name": "macos-base",
Expand Down

0 comments on commit 2f8d01a

Please sign in to comment.