Skip to content

Commit 2436e82

Browse files
committed
see if we have ssh 2
1 parent 8ac2c91 commit 2436e82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_ci-linux-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ fi
130130
find /usr/riscv64-linux-gnu/lib || true
131131
find /usr/lib/gcc-cross/riscv64-linux-gnu || true
132132

133-
which ssh
134-
command -v ssh
133+
which ssh || true
134+
command -v ssh || true
135135

136136
./_build.sh

0 commit comments

Comments
 (0)