mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 10:23:24 +00:00
chore: just use homebrew instead
This commit is contained in:
4
.github/workflows/build-mobile-comment.yml
vendored
4
.github/workflows/build-mobile-comment.yml
vendored
@@ -85,9 +85,7 @@ jobs:
|
|||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Install xcbeautify
|
- name: Install xcbeautify
|
||||||
uses: Cyberbeni/install-swift-tool@v2
|
run: brew install xcbeautify
|
||||||
with:
|
|
||||||
url: https://github.com/cpisciotta/xcbeautify
|
|
||||||
|
|
||||||
- name: Build iOS app
|
- name: Build iOS app
|
||||||
run: cd apps/expo && pnpm ipa
|
run: cd apps/expo && pnpm ipa
|
||||||
|
4
.github/workflows/build-mobile.yml
vendored
4
.github/workflows/build-mobile.yml
vendored
@@ -76,9 +76,7 @@ jobs:
|
|||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Install xcbeautify
|
- name: Install xcbeautify
|
||||||
uses: Cyberbeni/install-swift-tool@v2
|
run: brew install xcbeautify
|
||||||
with:
|
|
||||||
url: https://github.com/cpisciotta/xcbeautify
|
|
||||||
|
|
||||||
- name: Build iOS app
|
- name: Build iOS app
|
||||||
run: cd apps/expo && pnpm ipa
|
run: cd apps/expo && pnpm ipa
|
||||||
|
4
.github/workflows/release-mobile.yml
vendored
4
.github/workflows/release-mobile.yml
vendored
@@ -104,9 +104,7 @@ jobs:
|
|||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Install xcbeautify
|
- name: Install xcbeautify
|
||||||
uses: Cyberbeni/install-swift-tool@v2
|
run: brew install xcbeautify
|
||||||
with:
|
|
||||||
url: https://github.com/cpisciotta/xcbeautify
|
|
||||||
|
|
||||||
- name: Build iOS app
|
- name: Build iOS app
|
||||||
run: cd apps/expo && pnpm ipa
|
run: cd apps/expo && pnpm ipa
|
||||||
|
Reference in New Issue
Block a user