Skip to content

Commit

Permalink
Fix: Adding back the clang install
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueaklein committed Jan 23, 2024
1 parent 4b8eb93 commit 9fcf02e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Linux-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
steps:
- name: Configure clang
run: |
sudo apt install clang -y
sudo update-alternatives --set cc /usr/bin/clang
sudo update-alternatives --set c++ /usr/bin/clang++
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 9fcf02e

Please sign in to comment.