Skip to content

Commit

Permalink
Setup scons for android export template assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed Oct 10, 2024
1 parent 6172708 commit 1946b2a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/assemble_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ jobs:
runs-on: ubuntu-latest
name: ${{ matrix.name }}
steps:
- name: Maximize build space
uses: AdityaGarg8/[email protected]
with:
remove-dotnet: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
remove-swapfile: 'true'

- name: Clone Godot Engine
uses: actions/checkout@v4
with:
Expand All @@ -32,6 +41,9 @@ jobs:
distribution: adopt-hotspot
java-version: ${{ inputs.jvm-version }}

- name: Setup python and scons
uses: ./.github/actions/godot-deps

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand Down

0 comments on commit 1946b2a

Please sign in to comment.