Skip to content

Commit 977a333

Browse files
committed
Try to debug PATH failure
1 parent f1d7ada commit 977a333

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/script.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ main() {
1212
export RUSTFLAGS=--cfg=cirrus
1313
fi
1414

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

0 commit comments

Comments
 (0)