Skip to content

Commit 6823f5e

Browse files
committed
fix: actually install dependencies
1 parent 25821ec commit 6823f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install dependencies
4747
run: |
4848
npm ci
49-
49+
- uses: ./.github/actions/install-dependencies
5050
- name: Build and test scratch-gui
5151
working-directory: ./packages/scratch-gui
5252
run: |

0 commit comments

Comments
 (0)