Skip to content

Commit 71fdfff

Browse files
committed
free up storage in push container step as well
1 parent e525008 commit 71fdfff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-pipeline.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ jobs:
160160
fetch-depth: 0
161161
persist-credentials: false
162162

163+
- name: Free up storage
164+
run: sudo rm -rf /usr/local/lib/android
165+
163166
- name: Download image
164167
uses: actions/download-artifact@v5
165168
with:

0 commit comments

Comments
 (0)