diff --git a/.github/workflows/multi-platform.yml b/.github/workflows/multi-platform.yml index f5bafdc..62dac80 100644 --- a/.github/workflows/multi-platform.yml +++ b/.github/workflows/multi-platform.yml @@ -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 }} @@ -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 }} diff --git a/mod.json b/mod.json index 621b198..c638bfd 100644 --- a/mod.json +++ b/mod.json @@ -19,7 +19,7 @@ "dependencies": [ { "id": "fleym.nongd", - "version": ">=2.10.0-beta.3", + "version": ">=2.10.0-beta.4", "required": true } ],