Skip to content

Commit

Permalink
Merge pull request #9 from berty/fix-ios-ci-ruby-cache
Browse files Browse the repository at this point in the history
fix(ci): correct ruby cache key
  • Loading branch information
n0izn0iz authored Jan 6, 2022
2 parents 1b3fbbf + f93dd36 commit 0ea6283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
uses: actions/cache@v2.1.6
with:
path: rn/ios/vendor/bundle
key: ${{ runner.OS }}-bundle-v1-${{ hashFiles('rn/Gemfile.lock') }}
key: ${{ runner.OS }}-bundle-v2-${{ hashFiles('rn/Gemfile.lock') }}
restore-keys: ${{ runner.OS }}-bundle-v2-

- name: Setup macOS keychain
Expand Down

0 comments on commit 0ea6283

Please sign in to comment.