Skip to content

Commit

Permalink
use from fork
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Apr 25, 2024
1 parent dc55ff9 commit 4d28ac1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ jobs:
- name: Clone OpenVINO
uses: actions/checkout@v4
with:
repository: 'openvinotoolkit/openvino'
# repository: 'openvinotoolkit/openvino'
repository: 'akashchi/openvino'
path: ${{ env.OPENVINO_REPO }}
submodules: 'true'
ref: 'master'
ref: 'ci/gha/contrib-cuda'

- name: Clone OpenVINO Contrib
uses: actions/checkout@v4
Expand Down

0 comments on commit 4d28ac1

Please sign in to comment.