Skip to content

Commit

Permalink
install clang?
Browse files Browse the repository at this point in the history
i really hate github actions lmao this sucks
  • Loading branch information
dvtate authored Nov 30, 2023
1 parent a795848 commit 7211810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions/checkout@v2
- name: build-clang
run: |
sudo apt-get install -y clang-12 clang++-12
mkdir build
cd build
export CXX=clang++-12
Expand Down

0 comments on commit 7211810

Please sign in to comment.