Skip to content

Commit ea9d5f9

Browse files
committed
chore(CI): fix icons script
1 parent 08e154f commit ea9d5f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/icons.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
with:
2727
npm-token: ${{ secrets.NPM_CI_TOKEN }}
2828

29+
- name: install dependencies
30+
run: pnpm install
31+
2932
- name: Use Icons
3033
uses: ./.github/actions/download-icons
3134
with:

0 commit comments

Comments
 (0)