diff --git a/.github/workflows/OCV-Nightly-RISCV.yaml b/.github/workflows/OCV-Nightly-RISCV.yaml index ba77c23c..57ca4145 100644 --- a/.github/workflows/OCV-Nightly-RISCV.yaml +++ b/.github/workflows/OCV-Nightly-RISCV.yaml @@ -38,7 +38,7 @@ jobs: - /mnt/cache/git_cache:/home/ci/git_cache - /mnt/cache/ci_cache/opencv:/home/ci/.ccache - /mnt/cache/binaries_cache:/home/ci/binaries_cache - - $HOME/.ssh:/home/ci/.ssh + - /home/build/.ssh:/home/ci/.ssh steps: - name: Define proper HOME path timeout-minutes: 60 @@ -89,4 +89,6 @@ jobs: ninja -C ${{ env.BUILD_DIR }} | tee ${{ env.BUILD_DIR }}/build-log.txt - name: Probe remote host timeout-minutes: 60 - run: rsync -avz ${{ env.BUILD_DIR }}/bin nnplich019:./build/bin + run: | + ssh -F $HOME/.ssh/config nnplich019 uname -a + rsync -avz ${{ env.BUILD_DIR }}/bin nnplich019:./build/bin