Skip to content

Commit

Permalink
fix: 修复依赖问题
Browse files Browse the repository at this point in the history
  • Loading branch information
KonghaYao committed Dec 28, 2024
1 parent 107e741 commit f6a327f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-font-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
pnpm install
- name: Install Playwright browsers
run: pnpm exec playwright install
run: |
pnpm exec playwright install-deps
pnpm exec playwright install
- name: Cache fonts
id: cache-fonts
Expand Down

0 comments on commit f6a327f

Please sign in to comment.