Skip to content

Commit 917bec6

Browse files
committed
fix windows
1 parent 86015cc commit 917bec6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/ci.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ function ci_install() {
3131
fi
3232

3333
if [[ "${TARGET}" == x86_64-unknown-linux-gnu ]] \
34-
|| [[ "${TARGET}" == x86_64-apple-darwin ]]; then
34+
|| [[ "${TARGET}" == x86_64-apple-darwin ]] \
35+
|| [[ "${TARGET}" == x86_64-pc-windows-msvc ]]; then
3536
export CARGO_DRIVER=cargo
3637
else
3738
export CARGO_DRIVER=cross

ci/windows.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
22

33
. ci/ci.sh
4+
ci_install
45
ci_run

0 commit comments

Comments
 (0)