Skip to content

Commit

Permalink
build: static link msvc runtime on Windows x64 platform (#5335)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jan 11, 2024
1 parent 6b31fea commit e37b05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# Windows
- host: windows-latest
build: npm run build:napi -- --release
build: RUSTFLAGS="-C target-feature=+crt-static" npm run build:napi -- --release
target: x86_64-pc-windows-msvc
- host: windows-latest
build: >-
Expand Down

0 comments on commit e37b05c

Please sign in to comment.