File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,21 +74,21 @@ jobs:
7474 # restore-keys: |
7575 # ${{ runner.os }}-node-
7676
77- - name : Cache gem bundle
78- uses : actions/cache@v4
79- with :
80- path : ./ci/vendor
81- key : ${{ runner.os }}-gembundle-${{ hashFiles('**/Gemfile.lock') }}
82- restore-keys : |
83- ${{ runner.os }}-gembundle-
77+ # - name: Cache gem bundle
78+ # uses: actions/cache@v4
79+ # with:
80+ # path: ./ci/vendor
81+ # key: ${{ runner.os }}-gembundle-${{ hashFiles('**/Gemfile.lock') }}
82+ # restore-keys: |
83+ # ${{ runner.os }}-gembundle-
8484
85- - name : Cache cocoapods
86- uses : actions/cache@v4
87- with :
88- path : ./ci/ios/Pods
89- key : ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
90- restore-keys : |
91- ${{ runner.os }}-pods-
85+ # - name: Cache cocoapods
86+ # uses: actions/cache@v4
87+ # with:
88+ # path: ./ci/ios/Pods
89+ # key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
90+ # restore-keys: |
91+ # ${{ runner.os }}-pods-
9292
9393 - name : Install Yarn
9494 run : |
You can’t perform that action at this time.
0 commit comments