Skip to content

Commit 8ec9df2

Browse files
author
pioner921227
committed
refactor: fix
1 parent 9509ae7 commit 8ec9df2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ runs:
2323
2424
- name: Install dependencies
2525
if: steps.yarn-cache.outputs.cache-hit != 'true'
26-
yarn install --immutable || yarn install
26+
run: |
27+
yarn install --immutable || yarn install
2728
shell: bash
2829

2930
- name: Cache dependencies

0 commit comments

Comments
 (0)