Skip to content

Commit

Permalink
fix(ci): Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
holzeis committed Feb 14, 2024
1 parent c92ed93 commit 1a4048e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ios-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,16 @@ jobs:
cache: true
cache-key: flutter-${{ env.FLUTTER_VERSION }}
cache-path: ${{ runner.tool_cache }}/flutter
- uses: actions/cache@v4

- name: Check cocoapods version
run: /usr/local/bin/pod --version
- name: Re-install cocoapods
run: sudo gem install cocoapods
- name: Check cocoapods version
run: /usr/local/bin/pod --version
id: cache-deps

- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit 1a4048e

Please sign in to comment.