Skip to content

Commit

Permalink
ci: link llvm-16-dev libclang-rt-16-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling authored Aug 10, 2023
1 parent a94d972 commit 3053a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Install Clang
uses: ./.github/actions/install-llvm
with:
packages: libstdc++-12-dev libc++-16-dev libc++abi-16-dev clang-tidy-16 libunwind-16-dev llvm-16 libfuzzer-16-dev
packages: libstdc++-12-dev libc++-16-dev libc++abi-16-dev clang-tidy-16 libunwind-16-dev llvm-16 libfuzzer-16-dev llvm-16-dev libclang-rt-16-dev

# ==== BUILD ====
- name: CMake
Expand Down

0 comments on commit 3053a19

Please sign in to comment.