Skip to content

Commit

Permalink
tmp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
barshaul committed Feb 8, 2024
1 parent ca22957 commit 9359d05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
submodules: "true"
ref: ${{ env.BASE_BRANCH }}

- name: TODO delete after PR is merged
run: |
git fetch --no-recurse-submodules
git cherry-pick d999f7c6e8fb7616fdb537d5a5c070e0d332e417
git cherry-pick ca22957e9df51f599dbcad94ca1f448f819a9b1f
- name: Set up JDK 11 for the ORT package
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 9359d05

Please sign in to comment.