Skip to content

Commit

Permalink
๐Ÿ— Install libclang-rt
Browse files Browse the repository at this point in the history
  • Loading branch information
GHF committed Nov 16, 2023
1 parent 747a313 commit 20bc8a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:

- name: Use LLVM linker
if: matrix.compiler == 'Clang'
env:
CLANG_VERSION: ${{ vars.CLANG_VERSION }}
run: |
sudo apt-get install -y lld-${{ vars.CLANG_VERSION }}
sudo apt-get install -y lld-$CLANG_VERSION libclang-rt-$CLANG_VERSION-dev
sudo ln -f -s /usr/bin/ld.lld-$CLANG_VERSION /usr/local/bin/ld
- name: Link coverage tools
Expand Down

0 comments on commit 20bc8a9

Please sign in to comment.