-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|