fix: suppress rustup stderr in PowerShell CI
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 1s
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 1s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
57381566b8
commit
8cf13d657b
@ -55,8 +55,10 @@ jobs:
|
||||
- name: Configure toolchain
|
||||
shell: powershell
|
||||
run: |
|
||||
$ErrorActionPreference = "Continue"
|
||||
# Ensure rustup has a default toolchain
|
||||
rustup default stable 2>$null
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
# Add tool paths that SYSTEM doesn't have
|
||||
# Java
|
||||
|
||||
Loading…
Reference in New Issue
Block a user