Skip to content

Commit

Permalink
onnxruntime/build/Windows/Release/
Browse files Browse the repository at this point in the history
Signed-off-by: Anush008 <[email protected]>
  • Loading branch information
Anush008 committed Nov 17, 2024
1 parent 8f78876 commit 10a9138
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:
id: cache-build-restore
uses: actions/cache/restore@v4
with:
key: '${{ runner.os }}-cargo-${{ hashFiles(''**/Cargo.lock'') }}'
key: '${{ runner.os }}-cargox-${{ hashFiles(''**/Cargo.lock'') }}'
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
~/.cache/ort.pyke.io
target/
/onnxruntime/build/Windows/
onnxruntime/build/Windows/Release/
- name: Setup node
uses: actions/setup-node@v4
if: '${{ !matrix.settings.docker }}'
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
~/.cargo/git/db/
~/.cache/ort.pyke.io
target/
/onnxruntime/build/Windows/
onnxruntime/build/Windows/Release/
test-macOS-windows-binding:
name: 'Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }}'
needs:
Expand Down

0 comments on commit 10a9138

Please sign in to comment.