Skip to content

Commit

Permalink
ci: avoid no space left on device
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Jan 26, 2025
1 parent 11aeee1 commit 570ab1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Remove unused files to free up space
run: |
sudo rm -rf /usr/share/dotnet /usr/local/lib/android
sudo rm -rf /usr/share/swift
- name: Build
if: ${{ inputs.androidBuildArgs != '' }}
Expand Down

0 comments on commit 570ab1e

Please sign in to comment.