Skip to content

Commit

Permalink
fixup! CIでのテスト時にWebp画像拡張機能をインストールする
Browse files Browse the repository at this point in the history
  • Loading branch information
upsilon committed May 31, 2024
1 parent b2c474c commit 82fcb06
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ jobs:
with:
name: build

- name: Install winget
uses: Cyberboss/install-winget@v1

- name: Install WebP Extension
shell: powershell
shell: pwsh
run: |
Import-Module Appx
Get-AppxPackage Microsoft.WebpImageExtension | Format-List
winget install -e --id=9pg2dk419drg --source=msstore
- name: Run tests
Expand Down

0 comments on commit 82fcb06

Please sign in to comment.