Skip to content

Commit

Permalink
fixup! CIでのテスト時にWebp画像拡張機能をインストールする
Browse files Browse the repository at this point in the history
  • Loading branch information
upsilon committed Jun 2, 2024
1 parent 840811b commit f70c4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install WebP Extension
shell: pwsh
run: |
winget install -e --id=9pg2dk419drg --source=msstore
winget install -e --id=9pg2dk419drg --source=msstore --accept-source-agreements
- name: Run tests
shell: pwsh
Expand Down

0 comments on commit f70c4bf

Please sign in to comment.