Skip to content

Commit

Permalink
push.yml: download+unpack JoltPhysics source files for Android builds
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 18, 2025
1 parent cd66e09 commit 2fa338f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
java-version: 21
- uses: actions/checkout@v4
- uses: gradle/actions/setup-gradle@v4
- name: gradlew unpackJoltSource unpackTestFramework
run: |
./gradlew unpackJoltSource unpackTestFramework \
--console=plain
- name: gradlew --build-file=android.gradle build
run: |
./gradlew --build-file=android.gradle build \
Expand Down

0 comments on commit 2fa338f

Please sign in to comment.