Skip to content

Commit b06b829

Browse files
committed
skip pulling dependency cache
1 parent b15f481 commit b06b829

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
@@ -144,11 +144,11 @@ jobs:
144144
uses: actions/setup-node@v1
145145
with:
146146
node-version: ${{ env.DEFAULT_NODE_VERSION }}
147-
- name: Check dependency cache
148-
uses: actions/cache@v2
149-
with:
150-
path: ${{ env.CACHED_DEPENDENCY_PATHS }}
151-
key: ${{ needs.job_build.outputs.dependency_cache_key }}
147+
# - name: Check dependency cache
148+
# uses: actions/cache@v2
149+
# with:
150+
# path: ${{ env.CACHED_DEPENDENCY_PATHS }}
151+
# key: ${{ needs.job_build.outputs.dependency_cache_key }}
152152
- name: Check build cache
153153
uses: actions/cache@v2
154154
with:

0 commit comments

Comments
 (0)