Skip to content

Commit

Permalink
fix: remove deprecated command
Browse files Browse the repository at this point in the history
  • Loading branch information
matinzd committed Aug 8, 2023
1 parent c31c321 commit 325fe76
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,10 @@ jobs:
run: corepack enable

- name: Install CocoaPods
run: |
sudo gem install cocoapods
run: sudo gem install cocoapods

- name: Install Dependencies
run: |
yarn install --frozen-lockfile
run: yarn install --immutable

- name: Build Paper iOS Example
run: |
yarn paper:ios
run: yarn paper:ios

0 comments on commit 325fe76

Please sign in to comment.