Skip to content

Commit 9ade7dc

Browse files
committed
disable cache
1 parent d97c100 commit 9ade7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: steps.cache.outputs.cache-hit != 'true'
3535
with:
3636
node-version: 18
37-
cache: 'yarn'
37+
# cache: 'yarn'
3838

3939
- name: Set Yarn version
4040
run: yarn set version stable

0 commit comments

Comments
 (0)