Skip to content

Commit 0be1dd8

Browse files
committed
Temporarily disable cache to avoid building failure.
1 parent d3b1603 commit 0be1dd8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/[email protected]
2626
with:
2727
node-version: 16.x
28-
cache: 'yarn'
28+
# cache: 'yarn'
2929

3030
- name: Install dependencies
3131
run: yarn

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/[email protected]
3131
with:
3232
node-version: 16.x
33-
cache: 'yarn'
33+
# cache: 'yarn'
3434

3535
- name: Install dependencies
3636
run: yarn

.github/workflows/lint-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-node@v2
2727
with:
2828
node-version: ${{ matrix.node-version }}
29-
cache: 'yarn'
29+
# cache: 'yarn'
3030

3131
- name: Install dependencies
3232
run: yarn

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/[email protected]
4343
with:
4444
node-version: 16.x
45-
cache: 'yarn'
45+
# cache: 'yarn'
4646

4747
- name: Install dependencies
4848
run: yarn

0 commit comments

Comments
 (0)