Skip to content

Commit

Permalink
see if we have ssh 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 6, 2024
1 parent 8ac2c91 commit 2436e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ fi
find /usr/riscv64-linux-gnu/lib || true
find /usr/lib/gcc-cross/riscv64-linux-gnu || true

which ssh
command -v ssh
which ssh || true
command -v ssh || true

./_build.sh

0 comments on commit 2436e82

Please sign in to comment.