Trying to fix Github actions 4.
This commit is contained in:
parent
8cf4158faa
commit
04ce2bde4a
1 changed files with 5 additions and 8 deletions
|
@ -106,9 +106,6 @@ EOF
|
|||
fi
|
||||
|
||||
# Finish
|
||||
ps -aux | grep wine
|
||||
lsof | grep "root.x86_64/$HOME"
|
||||
lsof | grep root.x86_64
|
||||
|
||||
sudo umount "root.x86_64/$HOME"
|
||||
sudo umount root.x86_64
|
||||
sudo umount -f "root.x86_64/$HOME" || true
|
||||
sudo umount -f root.x86_64 || true
|
||||
|
|
Loading…
Reference in a new issue