Skip to content

Commit

Permalink
try cmd commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Sindrir committed Dec 17, 2024
1 parent 9c5b600 commit 5ccc478
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ jobs:
- name: Supply webview2
if: ${{ matrix.windows }}
shell: powershell
shell: cmd
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
Remove-Item Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab
curl -L -o Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/023aa9c1-c16d-4b52-a1dd-55f125aa3061/Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab"
expand Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab -f:* ./src-tauri
del Microsoft.WebView2.FixedVersionRuntime.131.0.2903.99.x86.cab
- name: Tauri build
uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit 5ccc478

Please sign in to comment.