Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabunin committed Nov 8, 2023
1 parent 20e1394 commit 9c20922
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/OCV-Nightly-RISCV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 9c20922

Please sign in to comment.