Skip to content

Commit

Permalink
ci: Temporary changes for 3.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FlafyDev committed Jun 8, 2024
1 parent e551a66 commit de37957
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
# - name: macOS
# os: macos-latest

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

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

name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
Expand All @@ -38,6 +38,8 @@ jobs:
- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
sdk: 'nightly'
cli: 'v3.0.0-beta.1'
combine: true
target: ${{ matrix.config.target }}

Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": [
{
"id": "fleym.nongd",
"version": ">=2.10.0-beta.3",
"version": ">=2.10.0-beta.4",
"required": true
}
],
Expand Down

0 comments on commit de37957

Please sign in to comment.