Skip to content

Commit

Permalink
chore: adjust workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
castdrian committed Mar 23, 2024
1 parent f148f28 commit 6606228
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-mobile-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install xcbeautify
run: brew install xcbeautify

- name: Build iOS app
run: cd apps/expo && pnpm ipa

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install xcbeautify
run: brew install xcbeautify

- name: Build iOS app
run: cd apps/expo && pnpm ipa

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install xcbeautify
run: brew install xcbeautify

- name: Build iOS app
run: cd apps/expo && pnpm ipa

Expand Down

0 comments on commit 6606228

Please sign in to comment.