Skip to content

Commit e37b05c

Browse files
authored
1 parent 6b31fea commit e37b05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
# Windows
8787
- host: windows-latest
88-
build: npm run build:napi -- --release
88+
build: RUSTFLAGS="-C target-feature=+crt-static" npm run build:napi -- --release
8989
target: x86_64-pc-windows-msvc
9090
- host: windows-latest
9191
build: >-

0 commit comments

Comments
 (0)