remove caching in ci
This commit is contained in:
@@ -11,15 +11,7 @@ jobs:
|
||||
runs-on: [macos-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Cache RubyGems
|
||||
uses: actions/cache@v1
|
||||
id: rubygem-cache
|
||||
with:
|
||||
path: vendor/bundle
|
||||
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
|
||||
restore-keys: ${{ runner.os }}-gem-
|
||||
- name: Install RubyGems
|
||||
if: steps.rubygem-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
cd example/ios
|
||||
bundle install
|
||||
|
||||
Reference in New Issue
Block a user