Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 71e9c8f

Browse files
committed
fix
1 parent 88f0ca6 commit 71e9c8f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/default-workflows.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: steps.cached-dependencies.outputs.cache-hit != 'true'
3131
run: |
3232
corepack enable
33-
yarn --immutable
33+
yarn install --immutable
3434
yarn build:all
3535
3636
- uses: actions/cache@v4
@@ -66,9 +66,6 @@ jobs:
6666
- name: Setup corepack
6767
run: corepack enable
6868

69-
- name: Install Dependencies
70-
run: yarn --immutable
71-
7269
- name: Build
7370
run: yarn build:all
7471

@@ -102,9 +99,6 @@ jobs:
10299
- name: Setup corepack
103100
run: corepack enable
104101

105-
- name: Install Dependencies
106-
run: yarn --immutable
107-
108102
- name: Build
109103
run: yarn build:all
110104

0 commit comments

Comments
 (0)