Skip to content

Commit 843d8bf

Browse files
committed
Force install Corepack
1 parent 27a36f0 commit 843d8bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/setup/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ runs:
1010
using: composite
1111
steps:
1212
- name: Setup corepack
13+
# --force to overwrite existing yarn binary on Windows (we don't need it anyway)
1314
run: |
14-
npm install -g corepack@latest
15+
npm install -g corepack@latest --force
1516
corepack enable
1617
shell: bash
1718

0 commit comments

Comments
 (0)