Skip to content

Commit

Permalink
- Try android cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Nov 3, 2024
1 parent ff6a999 commit 638475f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ jobs:
build-android:
runs-on: ubuntu-latest
needs: [get-info, build-core, auto-test]
# if: github.event_name != 'pull_request'
if: ${{ !always()}}
if: github.event_name != 'pull_request'
env:
OUTPUT_FOLDER: ./build
RELEASE_FOLDER: ./release
Expand Down Expand Up @@ -197,7 +196,7 @@ jobs:
dir: ./libAndroid
- name: Build Android packages
id: build-packages
uses: love-actions/love-actions-android@main
uses: love-actions/love-actions-android@use-grable-cache
with:
app-name: ${{ needs.get-info.outputs.app-name }}
bundle-id: ${{ steps.process-app-name.outputs.bundle-id }}
Expand Down Expand Up @@ -426,6 +425,7 @@ jobs:
build-web:
runs-on: ubuntu-latest
needs: [get-info, build-core, auto-test]
if: ${{ !always()}}
env:
MEMORY_LIMIT: 128000000
OUTPUT_FOLDER: ./build
Expand Down Expand Up @@ -468,8 +468,8 @@ jobs:

build-windows:
runs-on: windows-latest
if: ${{ !always()}}
needs: [get-info, build-core, auto-test]
if: ${{ !always()}}
env:
OUTPUT_FOLDER: ./build
RELEASE_FOLDER: ./release
Expand Down

0 comments on commit 638475f

Please sign in to comment.