Skip to content

Commit

Permalink
ci: disable ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
kasvith committed Sep 15, 2024
1 parent 64724bf commit 9b5fb2a
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,32 +67,32 @@ jobs:
- name: πŸš€ Build app
run: eas build --local --platform android --profile preview --non-interactive

build-ios:
name: Build iOS
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
version: 8
run_install: false
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- name: πŸ— Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
packager: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Expo Prebuild
run: pnpm prebuild:clean
- name: πŸš€ Build app
run: eas build --local --platform ios --profile preview --non-interactive
# build-ios:
# name: Build iOS
# runs-on: macos-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - uses: pnpm/action-setup@v4
# name: Install pnpm
# id: pnpm-install
# with:
# version: 8
# run_install: false
# - name: Setup Node
# uses: actions/setup-node@v4
# with:
# node-version: '20'
# cache: 'pnpm'
# - name: πŸ— Setup EAS
# uses: expo/expo-github-action@v8
# with:
# eas-version: latest
# token: ${{ secrets.EXPO_TOKEN }}
# packager: pnpm
# - name: Install dependencies
# run: pnpm install --frozen-lockfile
# - name: Expo Prebuild
# run: pnpm prebuild:clean
# - name: πŸš€ Build app
# run: eas build --local --platform ios --profile preview --non-interactive

0 comments on commit 9b5fb2a

Please sign in to comment.