File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
.github/actions/ios-dev-app Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ runs:
1616 shell : bash
1717 run : gem install xcpretty
1818
19- # - name: Cache iOS development build
20- # id: ios-dev-cache
21- # uses: actions/cache@v4
22- # with:
23- # path: |
24- # example/ios/build
25- # example/ios/DerivedData
26- # key: ios-dev-${{ runner.os }}-${{ hashFiles('example/ios/**', 'example/package.json', 'package.json') }}
27- # restore-keys: |
28- # ios-dev-${{ runner.os }}-
19+ - name : Cache iOS development build
20+ id : ios-dev-cache
21+ uses : actions/cache@v4
22+ with :
23+ path : |
24+ example/ios/build
25+ example/ios/DerivedData
26+ key : ios-dev-${{ runner.os }}-${{ hashFiles('example/ios/**', 'example/package.json', 'package.json') }}
27+ restore-keys : |
28+ ios-dev-${{ runner.os }}-
2929
3030 - name : Build iOS development app
3131 id : build
You can’t perform that action at this time.
0 commit comments