We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3552af6 commit 6743865Copy full SHA for 6743865
ci/ci.sh
@@ -31,7 +31,8 @@ function ci_install() {
31
fi
32
33
if [[ "${TARGET}" == x86_64-unknown-linux-gnu ]] \
34
- || [[ "${TARGET}" == x86_64-apple-darwin ]]; then
+ || [[ "${TARGET}" == x86_64-apple-darwin ]] \
35
+ || [[ "${TARGET}" == x86_64-pc-windows-msvc ]]; then
36
export CARGO_DRIVER=cargo
37
else
38
export CARGO_DRIVER=cross
ci/windows.sh
@@ -1,4 +1,5 @@
1
#!/usr/bin/env bash
2
3
. ci/ci.sh
4
+ci_install
5
ci_run
0 commit comments