Skip to content

Commit

Permalink
github: free space
Browse files Browse the repository at this point in the history
We don't need any of the android tools, other tools can be removed as
well, but it can take quite long to compile these

Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
  • Loading branch information
psafont committed Oct 2, 2023
1 parent 4a53d86 commit 8cff534
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Free space
run: sudo rm -rf /usr/local/lib/android

- name: Retrieve date for cache key
id: cache-key
run: echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 8cff534

Please sign in to comment.