Skip to content

Commit

Permalink
changed LLVM version to the system default
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsamenezes committed Jun 24, 2024
1 parent 95f15bd commit cd8bae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo add-apt-repository -y "deb http://apt.llvm.org/${UBUNTU_CODENAME}/ llvm-toolchain-${UBUNTU_CODENAME}-16 main" &&
sudo apt-get update
- name: Install dependencies
run: sudo apt-get install clang-18 llvm-18 clang-tidy-18 git linux-libc-dev libclang-18-dev libclang-cpp-dev cmake build-essential
run: sudo apt-get install clang llvm clang-tidy git linux-libc-dev libclang-18-dev libclang-cpp-dev cmake build-essential
- name: Configure project
run: mkdir build && cd build && cmake .. -DBUILD_TESTING=1
- name: Build project
Expand Down

0 comments on commit cd8bae7

Please sign in to comment.