Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Oct 31, 2024
1 parent 3042633 commit b45a204
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ runs:

- name: Setup by gem
if: ${{ runner.os == 'macOS' }}
run:
gem install activesupport -v 7.0.8
gem install xcodeproj -v 1.25.1
run: gem install 'activesupport:7.0.8' 'xcodeproj:1.25.1'
shell: bash

- name: Setup Cocoapods
Expand All @@ -42,7 +40,7 @@ runs:
- name: Install dependencies
env:
POD_INSTALL: "0"
POD_INSTALL: '0'
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --immutable
shell: bash

0 comments on commit b45a204

Please sign in to comment.