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:
16
16
shell : bash
17
17
run : gem install xcpretty
18
18
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 }}-
29
29
30
30
- name : Build iOS development app
31
31
id : build
You can’t perform that action at this time.
0 commit comments