-
Notifications
You must be signed in to change notification settings - Fork 44
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
3 changed files
with
4 additions
and
12 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 |
---|---|---|
|
@@ -74,14 +74,6 @@ jobs: | |
repository: godotengine/godot | ||
ref: ${{ inputs.godot-version }} | ||
|
||
# TODO: remove once on godot 4.2.2 or newer! | ||
- name: Cherry pick macos fix | ||
run: | | ||
git fetch -a | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Super Mario" | ||
git cherry-pick a2c1c01941a3dec3e2a361d9dc21bb0390efcbaf | ||
- name: Clone Godot JVM module. | ||
uses: actions/checkout@v4 | ||
with: | ||
|
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
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