From e9225f0aa49316e3eb698f1cc52448441b63020f Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Wed, 8 Nov 2023 14:17:44 +0300 Subject: [PATCH] Fix --- .github/workflows/OCV-Nightly-RISCV.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/OCV-Nightly-RISCV.yaml b/.github/workflows/OCV-Nightly-RISCV.yaml index ba77c23c..71942120 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