Skip to content

Commit 0c02e33

Browse files
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

File tree

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
target: x86_64-unknown-linux-gnu
1818
artifact: sublens-cli-x86_64-unknown-linux-gnu
1919
- platform: windows-latest
20-
target: x86_64-pc-windows-gnu
20+
target: x86_64-pc-windows-msvc
2121
artifact: sublens-cli-x86_64-pc-windows-gnu
2222
- platform: macos-latest
2323
target: x86_64-apple-darwin

0 commit comments

Comments
 (0)