Ensure Windows Rust target is installed
Some checks failed
Build / build-windows (push) Failing after 31m43s
Codex Template Compliance / template-compliance (push) Successful in 7s

This commit is contained in:
MrSphay
2026-05-04 01:54:46 +02:00
parent 4eeca6ab5f
commit 1ab446ba02

View File

@@ -59,6 +59,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Install Windows Rust target
run: rustup target add x86_64-pc-windows-msvc
- name: Build Windows desktop client
run: pnpm --filter @modrinth/app exec tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc