Skip to content

Commit 75a0325

Browse files
committed
if we want to use relative paths to workflow files, we need to checkout the sources first. revert to full patch reference
1 parent bef6464 commit 75a0325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/onnxruntime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
key: ${{ github.workflow }}-${{ github.job }}${{ matrix.ext }}@${{ github.run_id }}-${{ github.run_attempt }}
6262
restore-keys: ${{ github.workflow }}-${{ github.job }}${{ matrix.ext }}@
6363
path: ~/ccache/?
64-
- uses: barrypitman/javacpp-presets/.github/actions/deploy-ubuntu@codex/update-onnxruntime-to-version-1.26.0
64+
- uses: barrypitman/javacpp-presets/.github/actions/deploy-windows@codex/update-onnxruntime-to-version-1.26.0
6565
timeout-minutes: 350
6666
- name: Sleep 60 seconds to avoid cache errors
6767
run: sleep 60

0 commit comments

Comments
 (0)