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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install ninja-build and clang
|
- name: Install ninja-build
|
||||||
run: sudo apt-get install -y ninja-build clang
|
run: sudo apt-get install -y ninja-build
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Clone submodules
|
- name: Clone submodules
|
||||||
|
|
Loading…
Reference in a new issue