Skip to content

Commit ea3a46a

Browse files
committed
Test WIN64 CI
1 parent 9a6cc88 commit ea3a46a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ jobs:
290290
# with a OS-dependent path.
291291
- name: Setup Rust toolchain
292292
run: |
293+
rustup update stable
293294
rustup toolchain install stable
294295
rustup default stable
295296
rustup component add rustfmt
@@ -302,7 +303,7 @@ jobs:
302303
cargo test --lib --tests --bins --all-features
303304
env:
304305
# do not produce debug symbols to keep memory usage down
305-
RUSTFLAGS: "-C debuginfo=0"
306+
RUSTFLAGS: "-C debuginfo=0 target-feature=+crt-static"
306307
RUST_BACKTRACE: "1"
307308

308309
macos:

0 commit comments

Comments
 (0)