Skip to content

Commit b68f62a

Browse files
committed
chore: remove redudant empty lines, remove iOS build name field
1 parent 0cda789 commit b68f62a

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/build-android-llama-example.yml

-3
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,13 @@ jobs:
2828
steps:
2929
- name: Check out Git repository
3030
uses: actions/checkout@v4
31-
3231
- name: Setup Java 17
3332
uses: actions/setup-java@v3
3433
with:
3534
distribution: 'zulu'
3635
java-version: 17
37-
3836
- name: Install node dependencies
3937
run: yarn install --immutable
40-
4138
- name: Build app
4239
working-directory: ${{ env.WORKING_DIRECTORY }}/android
4340
run: ./gradlew assembleDebug --build-cache -PreactNativeArchitectures=arm64-v8a

.github/workflows/build-ios-llama-example.yml

-4
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,19 @@ on:
1717
jobs:
1818
build:
1919
if: github.repository == 'software-mansion/react-native-executorch'
20-
name: 'Example app iOS build check'
2120
runs-on: macos-latest
2221
concurrency:
2322
group: ios-${{ github.ref }}
2423
cancel-in-progress: true
2524
steps:
2625
- name: Check out Git repository
2726
uses: actions/checkout@v4
28-
2927
- name: Install node dependencies
3028
working-directory: examples/llama
3129
run: yarn
32-
3330
- name: Install pods
3431
working-directory: examples/llama/ios
3532
run: pod install
36-
3733
- name: Build app
3834
working-directory: examples/llama/ios
3935
run: |

0 commit comments

Comments
 (0)