We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760b91a commit 8c766efCopy full SHA for 8c766ef
1 file changed
.github/workflows/native_build.yaml
@@ -63,16 +63,16 @@ jobs:
63
cache: 'yarn'
64
cache-dependency-path: '**/yarn.lock'
65
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-
+ # - uses: actions/cache@v4
+ # with:
+ # path: |
+ # ~/.npm
+ # ~/node_modules
+ # ~/ci/node_modules
+ # ~/.config/yarn/global
+ # key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
+ # restore-keys: |
+ # ${{ runner.os }}-node-
76
77
- name: Cache gem bundle
78
uses: actions/cache@v4
0 commit comments