Ensure Windows Rust target is installed
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user