Skip to content

Commit

Permalink
๐Ÿ— Go back to egor-tensin
Browse files Browse the repository at this point in the history
  • Loading branch information
GHF committed Nov 16, 2023
1 parent aa70f7f commit 911f215
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,15 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Clang
uses: egor-tensin/setup-clang@v1
env:
CLANG_VERSION: ${{ vars.CLANG_VERSION }}
with:
version: ${{ vars.CLANG_VERSION }}
cc: 1
run: |
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
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 python3-clang
sudo ln -f -s /usr/bin/llvm-profdata-$CLANG_VERSION /usr/local/bin/llvm-profdata
sudo ln -f -s /usr/bin/llvm-cov-$CLANG_VERSION /usr/local/bin/llvm-cov
- name: Set up GCC
if: matrix.compiler == 'GCC'
Expand Down

0 comments on commit 911f215

Please sign in to comment.