From 5b522765faf563d7579ed2fe38286587de2e3a2a Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Thu, 17 Jul 2025 15:04:22 +0800 Subject: [PATCH] fix(ci): windows missing msvc dev cmd --- .github/workflows/release-tamagotchi.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release-tamagotchi.yml b/.github/workflows/release-tamagotchi.yml index 36093df51..45bdadaa1 100644 --- a/.github/workflows/release-tamagotchi.yml +++ b/.github/workflows/release-tamagotchi.yml @@ -98,6 +98,12 @@ jobs: librsvg2-dev \ patchelf + - name: Setup MSVC (Windows Only) + if: matrix.os == 'windows-latest' + uses: TheMrMilchmann/setup-msvc-dev@v3 + with: + arch: x64 + - name: Install CUDA Toolkit (Linux and Windows Only) uses: Jimver/cuda-toolkit@v0.2.24 if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm' || matrix.os == 'windows-latest'