From 82fcb0679a7349cfe1332c06b86bcd292bc7e818 Mon Sep 17 00:00:00 2001 From: Kimura Youichi Date: Fri, 31 May 2024 09:55:22 +0900 Subject: [PATCH] =?UTF-8?q?fixup!=20CI=E3=81=A7=E3=81=AE=E3=83=86=E3=82=B9?= =?UTF-8?q?=E3=83=88=E6=99=82=E3=81=ABWebp=E7=94=BB=E5=83=8F=E6=8B=A1?= =?UTF-8?q?=E5=BC=B5=E6=A9=9F=E8=83=BD=E3=82=92=E3=82=A4=E3=83=B3=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=83=BC=E3=83=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7875569cd..909349a4a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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