From 5c85a1dcfbd1c0889a5913b62686cbf52ca4f0e7 Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Mon, 7 Sep 2026 21:32:36 +0200 Subject: [PATCH] add missing windows things --- .github/workflows/release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6d6855..5e933d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,16 +48,6 @@ jobs: node-version: 22 cache: npm - - name: Setup MSVC Toolchain - uses: ilammy/msvc-dev-cmd@v1 - - - name: Install WebView2 Runtime - run: | - $progressPreference = 'silentlyContinue' - Invoke-WebRequest -Uri "https://go.microsoft.com/fwlink/p/?LinkId=2124703" -OutFile "MicrosoftEdgeWebview2Setup.exe" - & .\MicrosoftEdgeWebview2Setup.exe /silent /install - Remove-Item "MicrosoftEdgeWebview2Setup.exe" - - name: Setup Rust uses: actions-rust-lang/setup-rust-toolchain@v1 with: