From 12fa701798b3f1a45bf4f73ec2ba973d765cd192 Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Mon, 7 Sep 2026 20:28:14 +0200 Subject: [PATCH] add missing windows things --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11fb3ca..f8296aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,15 +48,15 @@ jobs: node-version: 22 cache: npm + - name: Setup MSVC Toolchain + uses: ilammy/msvc-dev-cmd@v1 + - name: Setup Rust uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: stable cache: true - - name: Install Windows build dependencies - run: choco install -y visualstudio2022-workload-nativedesktop - - name: Install dependencies run: npm ci