mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
apt purge is failing
This commit is contained in:
parent
fb8bd35dee
commit
2d7339599d
1 changed files with 5 additions and 5 deletions
10
.github/actions/clean-disk/action.yml
vendored
10
.github/actions/clean-disk/action.yml
vendored
|
@ -34,11 +34,11 @@ runs:
|
|||
|
||||
echo "Removing unwanted software... "
|
||||
|
||||
if [[ "${{ inputs.purge-packages }}" == 'true' ]]; then
|
||||
sudo apt-get purge \
|
||||
--allow-remove-essential \
|
||||
$(non_manifest_packages) # > /dev/null
|
||||
fi
|
||||
# if [[ "${{ inputs.purge-packages }}" == 'true' ]]; then
|
||||
# sudo apt-get purge \
|
||||
# --allow-remove-essential \
|
||||
# $(non_manifest_packages) # > /dev/null
|
||||
# fi
|
||||
|
||||
sudo rm -rf \
|
||||
/var/lib/docker/ \
|
||||
|
|
Loading…
Reference in a new issue