Skip to content

Commit 2ee31b6

Browse files
committed
fix: windows build
1 parent a931b71 commit 2ee31b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- os: ubuntu-latest
1515
target: x86_64-linux
1616
- os: windows-latest
17-
target: x86_64-windows
18-
extra_flags: "-Duse-lld=false"
17+
target: x86_64-windows-gnu
18+
extra_flags: "-Dlink-libc=true"
1919
- os: macos-latest
2020
target: x86_64-macos
2121
- os: macos-latest

0 commit comments

Comments
 (0)