Commit 64ef8b4
fix(ci): use pwsh for Rust setup and npm ci on Windows
WSL bash (C:\Windows\system32\bash.EXE) on the self-hosted Windows
runner cannot access the workspace path. Both dtolnay/rust-toolchain
and actions-rust-lang/setup-rust-toolchain use bash steps internally,
so bypass them on Windows and call rustup directly via PowerShell.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 91b469c commit 64ef8b4
1 file changed
Lines changed: 19 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
50 | 61 | | |
51 | 62 | | |
52 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
0 commit comments