Skip to content

Commit

Permalink
continue-on-error: true
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Apr 10, 2024
1 parent a53f3e8 commit 1edfa25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linux-cpu-x64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ jobs:
ORT_NIGHTLY_VERSION=$(curl -s "${{ env.ORT_NIGHTLY_REST_API }}" | jq -r '.value[0].versions[0].normalizedVersion')
echo "$ORT_NIGHTLY_VERSION"
echo "ORT_NIGHTLY_VERSION=$ORT_NIGHTLY_VERSION" >> $GITHUB_ENV
# - name: Search Nuget Source
# run: |
# nuget search "${{ env.ORT_NIGHTLY_PACKAGE_NAME }}" -Source "${{ env.ORT_NIGHTLY_SOURCE }}" -Verbosity detailed
- name: Download OnnxRuntime Nightly
run: |
dotnet add package "${{ env.ORT_NIGHTLY_PACKAGE_NAME }}" --version "${{ env.ORT_NIGHTLY_VERSION }}" --source "${{ env.ORT_NIGHTLY_SOURCE }}"
continue-on-error: true

- name: Extra OnnxRuntime library and header files
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-gpu-x64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Download OnnxRuntime Nightly
run: |
dotnet add package "${{ env.ORT_NIGHTLY_PACKAGE_NAME }}" --version "${{ env.ORT_NIGHTLY_VERSION }}" --source "${{ env.ORT_NIGHTLY_SOURCE }}"
continue-on-error: true

- name: Extra OnnxRuntime library and header files
run: |
Expand Down

0 comments on commit 1edfa25

Please sign in to comment.