Skip to content

Commit b91ca22

Browse files
committed
skip pulling dependency cache
1 parent cce54c0 commit b91ca22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ jobs:
142142
uses: actions/setup-node@v1
143143
with:
144144
node-version: ${{ env.DEFAULT_NODE_VERSION }}
145-
- name: Check dependency cache
146-
uses: actions/cache@v2
147-
with:
148-
path: ${{ env.CACHED_DEPENDENCY_PATHS }}
149-
key: ${{ needs.job_build.outputs.dependency_cache_key }}
145+
# - name: Check dependency cache
146+
# uses: actions/cache@v2
147+
# with:
148+
# path: ${{ env.CACHED_DEPENDENCY_PATHS }}
149+
# key: ${{ needs.job_build.outputs.dependency_cache_key }}
150150
- name: Check build cache
151151
uses: actions/cache@v2
152152
with:

0 commit comments

Comments
 (0)