Skip to content

Commit

Permalink
add androd to test
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined06855 committed Apr 25, 2024
1 parent da69fa5 commit 8ad9397
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ jobs:
#- name: macOS
# os: macos-latest

# TODO: remember to add these back after i can actually test them
#- name: Android32
# os: ubuntu-latest
# target: Android32

#- name: Android64
# os: ubuntu-latest
# target: Android64
- name: Android32
os: ubuntu-latest
target: Android32

- name: Android64
os: ubuntu-latest
target: Android64

name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "2.0.0-beta.25",
"gd": { "win": "2.204" },
"gd": { "win": "2.204", "android": "2.205" },
"version": "v1.0.0",
"id": "undefined0.editormusic",
"name": "EditorMusic",
Expand Down

0 comments on commit 8ad9397

Please sign in to comment.