Skip to content

Commit b3018f6

Browse files
authored
Update lineageos-update.yml
1 parent f452ec7 commit b3018f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/lineageos-update.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v4
25-
25+
- name: Clean up disk space
26+
run: |
27+
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc
28+
sudo apt-get clean
29+
sudo apt-get autoremove -y
2630
- uses: cachix/install-nix-action@v31
2731
with:
2832
extra_nix_config: |

0 commit comments

Comments
 (0)