Skip to content

Commit

Permalink
d 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiLko committed Jan 1, 2025
1 parent ba7add8 commit a2c0c45
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/android copy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Geode Mod
name: Build Android 2

on:
workflow_dispatch:
Expand All @@ -12,18 +12,11 @@ jobs:
fail-fast: false
matrix:
config:
- name: Windows
os: windows-latest
build-type: RelWithDebInfo

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

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

name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}

Expand All @@ -34,8 +27,7 @@ jobs:
uses: geode-sdk/build-geode-mod@main
with:
bindings: geode-sdk/bindings
build-config: ${{ matrix.config.build-type || 'Release' }}
export-pdb: true
build-config: Release
bindings-ref: main
combine: true
target: ${{ matrix.config.target }}
Expand Down

0 comments on commit a2c0c45

Please sign in to comment.