Skip to content

Commit 61211d5

Browse files
committed
Ninja
1 parent 9899e3d commit 61211d5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/e2e-v2.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
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'

0 commit comments

Comments
 (0)