Skip to content

Commit

Permalink
Install clang directly with apt instead of action
Browse files Browse the repository at this point in the history
  • Loading branch information
Master92 committed Nov 14, 2024
1 parent 9e048c3 commit e452645
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@ jobs:
version: 13

- name: 🔧 Install Clang
uses: egor-tensin/[email protected]
if: matrix.os == 'ubuntu-latest' && matrix.c_compiler == 'clang'
with:
version: 17
run: sudo apt update && sudo apt install -y clang-16

- name: 🔧 Setup python
uses: actions/setup-python@v4
Expand Down

0 comments on commit e452645

Please sign in to comment.