Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Oct 27, 2024
2 parents 9041cc8 + ebaafd1 commit 72d2a2c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/actions/setup_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,3 @@ runs:
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
ruby-version: ${{ inputs.ruby-version }} # Not needed with a .ruby-version file
- name: Cocoapods Cache
uses: actions/cache@v4
id: cocoapods-cache
if: runner.os == 'macOS'
with:
path: ios/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('pubspec.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Podfile lock cache
uses: actions/cache@v4
id: cache-podfile
if: runner.os == 'macOS'
with:
path: ios/Podfile.lock
key: ${{ runner.os }}-pods-${{ hashFiles('pubspec.lock') }}

0 comments on commit 72d2a2c

Please sign in to comment.