mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -06:00
try not to delete /usr/share/git-core
This commit is contained in:
parent
7c37347ff3
commit
036ca7b1e5
1 changed files with 5 additions and 7 deletions
12
.github/actions/clean-disk/action.yml
vendored
12
.github/actions/clean-disk/action.yml
vendored
|
@ -46,13 +46,11 @@ runs:
|
||||||
/var/lib/docker/ \
|
/var/lib/docker/ \
|
||||||
"$AGENT_TOOLSDIRECTORY" \
|
"$AGENT_TOOLSDIRECTORY" \
|
||||||
/opt \
|
/opt \
|
||||||
/usr/{local,share} &
|
/usr/{local,share}/** &
|
||||||
|
# {
|
||||||
{
|
# sudo swapoff -a
|
||||||
sudo swapoff -a
|
# sudo rm -f /mnt/swapfile
|
||||||
sudo rm -f /mnt/swapfile
|
# } &
|
||||||
} &
|
|
||||||
|
|
||||||
wait
|
wait
|
||||||
echo "... done"
|
echo "... done"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue