Skip to content

Commit cd9bc33

Browse files
committed
put ~/.cargo/bin in PATH
1 parent 977a333 commit cd9bc33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ci/script.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
set -ex
55

6+
. $HOME/.cargo/env
7+
68
main() {
79
# Add a cfg spec to allow disabling specific tests under CI.
810
if [ "$TRAVIS" = true ]; then
@@ -12,9 +14,6 @@ main() {
1214
export RUSTFLAGS=--cfg=cirrus
1315
fi
1416

15-
echo PATH is $PATH
16-
ls ~/.cargo/bin
17-
1817
for t in "$TARGET"; do
1918
# Build debug and release targets
2019
cross build --target $t

0 commit comments

Comments
 (0)