Skip to content

Commit

Permalink
fix: 修复 playwright 安装
Browse files Browse the repository at this point in the history
  • Loading branch information
KonghaYao committed Dec 28, 2024
1 parent edd162b commit 9e01e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-font-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pnpm install
- name: Install Playwright browsers
run: npx playwright install --with-deps
run: pnpm exec playwright install

- name: Cache fonts
id: cache-fonts
Expand Down

0 comments on commit 9e01e56

Please sign in to comment.