Skip to content

Commit

Permalink
default to android64 on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Apr 17, 2024
1 parent 73a0ed2 commit 7319299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ https://github.com/geode-sdk/build-geode-mod/tree/main/examples
# Defaults to what is appropriate for the current platform, so:
# Defaults to Win32 on windows runners
# Defaults to MacOS on macOS runners
# Defaults to Android32 on linux runners
# Defaults to Android64 on linux runners
target: ''

# What repository to use for bindings. Must be in the format "user/repo". Not required.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ runs:
DEFAULT_TARGET=Win32
if [ "$RUNNER_OS" = "Linux" ]; then
ID=linux
DEFAULT_TARGET=Android32
DEFAULT_TARGET=Android64
elif [ "$RUNNER_OS" = "Windows" ]; then
ID=win
DEFAULT_TARGET=Win32
Expand Down

0 comments on commit 7319299

Please sign in to comment.