Skip to content

Commit 3cbb347

Browse files
committed
chore: reenabled ci cache for ios dev
1 parent 8ae7e31 commit 3cbb347

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/actions/ios-dev-app/action.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)