remove caching in ci
This commit is contained in:
@@ -11,15 +11,7 @@ jobs:
|
|||||||
runs-on: [macos-latest]
|
runs-on: [macos-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- 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
|
- name: Install RubyGems
|
||||||
if: steps.rubygem-cache.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
run: |
|
||||||
cd example/ios
|
cd example/ios
|
||||||
bundle install
|
bundle install
|
||||||
|
|||||||
Reference in New Issue
Block a user