chore: adjust workflows

This commit is contained in:
Adrian Castro
2024-03-23 11:08:27 +01:00
parent f148f282e7
commit 660622805e
3 changed files with 0 additions and 9 deletions

View File

@@ -84,9 +84,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install
- name: Install xcbeautify
run: brew install xcbeautify
- name: Build iOS app - name: Build iOS app
run: cd apps/expo && pnpm ipa run: cd apps/expo && pnpm ipa

View File

@@ -75,9 +75,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install
- name: Install xcbeautify
run: brew install xcbeautify
- name: Build iOS app - name: Build iOS app
run: cd apps/expo && pnpm ipa run: cd apps/expo && pnpm ipa

View File

@@ -103,9 +103,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install
- name: Install xcbeautify
run: brew install xcbeautify
- name: Build iOS app - name: Build iOS app
run: cd apps/expo && pnpm ipa run: cd apps/expo && pnpm ipa