Skip to content

Commit

Permalink
Try to add Android
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Dec 12, 2023
1 parent bd4d0a9 commit 8dd967a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:

- name: macOS
os: macos-latest

- name: android
os: ubuntu-latest

name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
Expand All @@ -36,7 +39,7 @@ jobs:
needs: ['build']

steps:
- uses: geode-sdk/build-geode-mod@combine
- uses: cvolton/build-geode-mod@combine
id: build

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8dd967a

Please sign in to comment.