Commit 0c02e33
committed
fix(cli): use x86_64-pc-windows-msvc target on windows-latest
Avoid MinGW/MSVC cross-toolchain conflict when building resource.lib
on Windows. MSVC is the native Windows target and doesn't have
the format incompatibility issue.1 parent 7a3414a commit 0c02e33
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments