Skip to content

Commit

Permalink
Use tcmalloc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jan 4, 2025
1 parent 320a00f commit 37498a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
distribution: 'zulu'
java-version: '23'

- uses: kaeawc/[email protected]

- name: Decrypt secrets
run: |
mkdir android/app/src/dev && mkdir android/app/src/prod
Expand Down Expand Up @@ -84,6 +86,8 @@ jobs:
distribution: 'zulu'
java-version: '23'

- uses: kaeawc/[email protected]

- uses: gradle/actions/setup-gradle@v4
with:
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
Expand All @@ -104,6 +108,8 @@ jobs:
distribution: 'zulu'
java-version: '23'

- uses: kaeawc/[email protected]

- uses: gradle/actions/setup-gradle@v4
with:
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
Expand Down Expand Up @@ -131,6 +137,8 @@ jobs:
distribution: 'zulu'
java-version: '23'

- uses: kaeawc/[email protected]

- name: Download build artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -174,6 +182,8 @@ jobs:
distribution: 'zulu'
java-version: '23'

- uses: kaeawc/[email protected]

- name: Download build artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 37498a5

Please sign in to comment.