Skip to content

Commit 8ac2c91

Browse files
committed
see if we have ssh
1 parent bf1856f commit 8ac2c91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_ci-linux-debian.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
103103
fi
104104
fi
105105

106+
apt list | grep installed
107+
106108
apt-get --option Dpkg::Use-Pty=0 --yes update
107109
# shellcheck disable=SC2086
108110
apt-get --option Dpkg::Use-Pty=0 --yes install --no-install-suggests --no-install-recommends \
@@ -128,4 +130,7 @@ fi
128130
find /usr/riscv64-linux-gnu/lib || true
129131
find /usr/lib/gcc-cross/riscv64-linux-gnu || true
130132

133+
which ssh
134+
command -v ssh
135+
131136
./_build.sh

0 commit comments

Comments
 (0)