Skip to content

Commit 8c766ef

Browse files
committed
temp turn off cache for ios build
1 parent 760b91a commit 8c766ef

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/native_build.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ jobs:
6363
cache: 'yarn'
6464
cache-dependency-path: '**/yarn.lock'
6565

66-
- uses: actions/cache@v4
67-
with:
68-
path: |
69-
~/.npm
70-
~/node_modules
71-
~/ci/node_modules
72-
~/.config/yarn/global
73-
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
74-
restore-keys: |
75-
${{ runner.os }}-node-
66+
# - uses: actions/cache@v4
67+
# with:
68+
# path: |
69+
# ~/.npm
70+
# ~/node_modules
71+
# ~/ci/node_modules
72+
# ~/.config/yarn/global
73+
# key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
74+
# restore-keys: |
75+
# ${{ runner.os }}-node-
7676

7777
- name: Cache gem bundle
7878
uses: actions/cache@v4

0 commit comments

Comments
 (0)