actions: dont install clang
This commit is contained in:
parent
7bd7b01a0b
commit
973c940042
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue