File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 6868 cache : ' yarn'
6969 cache-dependency-path : yarn.lock
7070
71+ - name : Install Ninja
72+ if : ${{ matrix.platform == 'android' }}
73+ run : sudo apt-get update && sudo apt-get install -y ninja-build
74+
7175 - uses : actions/setup-java@v5
7276 with :
7377 java-version : ' 17'
@@ -249,6 +253,10 @@ jobs:
249253 cache : ' yarn'
250254 cache-dependency-path : yarn.lock
251255
256+ - name : Install Ninja
257+ if : ${{ matrix.platform == 'android' }}
258+ run : sudo apt-get update && sudo apt-get install -y ninja-build
259+
252260 - uses : actions/setup-java@v5
253261 with :
254262 java-version : ' 17'
@@ -353,6 +361,10 @@ jobs:
353361 cache : ' yarn'
354362 cache-dependency-path : yarn.lock
355363
364+ - name : Install Ninja
365+ if : ${{ matrix.platform == 'android' }}
366+ run : sudo apt-get update && sudo apt-get install -y ninja-build
367+
356368 - uses : actions/setup-java@v5
357369 with :
358370 java-version : ' 17'
You can’t perform that action at this time.
0 commit comments