chore: just use homebrew instead

This commit is contained in:
Adrian Castro
2024-03-23 11:04:52 +01:00
parent b53fb74615
commit f148f282e7
3 changed files with 3 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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