From 360bb3b55ae5f290754fc17e81eb95b04a69fb00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sindre=20=C3=98strem?= Date: Tue, 17 Dec 2024 15:50:09 +0100 Subject: [PATCH] explicit set shell for webview supply --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebbdc2a..f08afe0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,9 +118,10 @@ jobs: - name: Supply webview2 if: ${{ matrix.windows }} + shell: pwsh run: | Invoke-WebRequest -Uri "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/023aa9c1-c16d-4b52-a1dd-55f125aa3061/Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab" -OutFile "Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab" - Expand .\Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab -f:* ./src-tauri + expand .\Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab -f:* ./src-tauri Remove-Item Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab - name: Tauri build