actions: dont install clang

This commit is contained in:
Alexander Capehart 2024-12-17 15:24:24 -05:00
parent 7bd7b01a0b
commit 973c940042
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install ninja-build and clang
run: sudo apt-get install -y ninja-build clang
- name: Install ninja-build
run: sudo apt-get install -y ninja-build
- name: Clone repository
uses: actions/checkout@v4
- name: Clone submodules