mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-09 20:33:15 -06:00
only wait if purging
This commit is contained in:
parent
b01dfd1da0
commit
2c339c04ba
1 changed files with 1 additions and 1 deletions
2
.github/actions/clean-disk/action.yml
vendored
2
.github/actions/clean-disk/action.yml
vendored
|
@ -42,9 +42,9 @@ runs:
|
||||||
--allow-remove-essential \
|
--allow-remove-essential \
|
||||||
-qq \
|
-qq \
|
||||||
$(non_manifest_packages) > /dev/null &
|
$(non_manifest_packages) > /dev/null &
|
||||||
|
wait
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wait
|
|
||||||
|
|
||||||
sudo rm -rf /var/lib/docker &
|
sudo rm -rf /var/lib/docker &
|
||||||
sudo rm -rf /usr/{local,share} &
|
sudo rm -rf /usr/{local,share} &
|
||||||
|
|
Loading…
Reference in a new issue