Skip to content

Commit 3873c49

Browse files
committed
Try installing a default toolchain before calling cross
1 parent fc49c12 commit 3873c49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ main() {
99
fi
1010

1111
# Build debug and release targets
12+
rustup default stable-x86_64-unknown-linux-gnu # XXX does cross require a default toolchain?
1213
cross build --target $TARGET
1314
cross build --target $TARGET --release
1415

0 commit comments

Comments
 (0)