Skip to content

Commit

Permalink
CI: try to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Aug 2, 2024
1 parent 027f9c6 commit 0d065d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ jobs:
with:
submodules: recursive

# Temporary solution to save space
- name: Remove unused dependencies
run: |
rm -rf libs/Frameworks
rm -rf libs/libevents
rm -rf libs/mavlink
rm -rf libs/sdl2
rm -rf libs/OpenSSL
- name: Get all tags for correct version determination
working-directory: ${{ github.workspace }}
run: |
Expand Down

0 comments on commit 0d065d0

Please sign in to comment.