Skip to content

Commit 19f4286

Browse files
committed
ci: fix meson format action
only install production files in the action
1 parent 75021a0 commit 19f4286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/meson-format-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
shell: bash
2525
run: |
2626
cd "${{github.action_path}}"
27-
npm ci
27+
npm ci --production
2828
2929
# NOTE: meson has no dependencies, so --break-system-packages doesn't really break anything!
3030
- name: Setup meson

0 commit comments

Comments
 (0)