1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00

stop cleaning

This commit is contained in:
Jason N. 2024-02-14 21:20:49 +00:00
parent ab8a3c9ccb
commit e48aa8e2c6
2 changed files with 0 additions and 12 deletions

View file

@ -22,22 +22,11 @@ jobs:
container:
image: fedora:39
options: "--privileged"
volumes:
- /:/host
permissions:
contents: read
packages: write
steps:
- name: Cleanup host space
run: |
df -h /host || true
rm -rf /host/usr/local/lib/android || true
rm -rf /host/usr/share/dotnet || true
rm -rf /host/opt/ghc || true
rm -rf /host/usr/local/.ghcup || true
df -h /host || true
- name: Install make and git
run: dnf install -y make git