Skip to content

Commit b989554

Browse files
committed
docbuild: Remove android libs
Remove android libs to free disk space Signed-off-by: Jan Gałda <[email protected]>
1 parent 59cb41d commit b989554

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docbuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
group: ${{ github.workflow }}-${{ github.ref }}
3333
cancel-in-progress: true
3434
steps:
35+
- name: Remove not needed libs
36+
run: |
37+
sudo rm -rf /usr/local/lib/android
3538
- name: checkout
3639
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3740
with:

0 commit comments

Comments
 (0)