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 dddf404
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
submodules: "true"
ref: ${{ env.BASE_BRANCH }}

- name: TODO delete after PR is merged
run: |
git config --global user.email "[email protected]"
git config --global user.name "barshaul"
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 dddf404

Please sign in to comment.