Skip to content

Commit

Permalink
Feat: Adding libc++ on Linux yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueaklein committed Jan 23, 2024
1 parent 9fcf02e commit eab4fcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Linux-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
steps:
- name: Configure clang
run: |
sudo apt install clang -y
sudo apt-get update && sudo apt install -y clang
sudo apt install -y libc++-dev libc++abi-dev
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 eab4fcd

Please sign in to comment.