Skip to content

Commit

Permalink
Fix temporarily misalignment with new version of Cargo (valkey-io#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
avifenesh authored and cyip10 committed Jun 24, 2024
1 parent de962d1 commit da0ce9a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
with:
submodules: "true"
ref: ${{ env.BASE_BRANCH }}
# This is a temporary fix, till ORT will fix thire issue with newer v of Cargo - https://github.com/oss-review-toolkit/ort/issues/8480
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.76
with:
targets: ${{ inputs.target }}

- name: Set up JDK 11 for the ORT package
uses: actions/setup-java@v4
Expand Down Expand Up @@ -204,4 +209,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EVENT_NAME: ${{ github.event_name }}
INPUT_VERSION: ${{ github.event.inputs.version }}


0 comments on commit da0ce9a

Please sign in to comment.