Skip to content

Commit

Permalink
adding * to m
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Apr 19, 2024
1 parent 436aab4 commit c05cf82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/win-cpu-x64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
run: |
nuget install ${{ env.ORT_NIGHTLY_PACKAGE_NAME }} -version ${{ env.ORT_NIGHTLY_VERSION }} -x -NonInteractive
- run: dir /s ${{ env.ORT_NIGHTLY_PACKAGE_NAME }}
- run: Get-ChildItem ${{ env.ORT_NIGHTLY_PACKAGE_NAME }} -Recurse
continue-on-error: true

- name: Extra OnnxRuntime library and header files
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/win-gpu-x64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
run: |
nuget install ${{ env.ORT_NIGHTLY_PACKAGE_NAME }} -version ${{ env.ORT_NIGHTLY_VERSION }} -x -NonInteractive
- run: dir /s ${{ env.ORT_NIGHTLY_PACKAGE_NAME }}
- run: Get-ChildItem ${{ env.ORT_NIGHTLY_PACKAGE_NAME }} -Recurse
continue-on-error: true

- name: Extra OnnxRuntime library and header files
run: |
mkdir ort/lib
Expand Down

0 comments on commit c05cf82

Please sign in to comment.