Skip to content

Commit

Permalink
Run a ZIP optimizer to get ~10% of ZIP size reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 10, 2024
1 parent 406872d commit 965aa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
git config --global user.name github-actions
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Install advzip for ZIP optimization
run: apt install advancecomp
run: sudo apt install advancecomp
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand Down

0 comments on commit 965aa5c

Please sign in to comment.