Trying to fix Github actions 4.

This commit is contained in:
Gonzalo Exequiel Pedone 2021-06-25 13:51:06 -03:00
parent 8cf4158faa
commit 04ce2bde4a
No known key found for this signature in database
GPG key ID: B8B09E63E9B85BAF

View file

@ -106,9 +106,6 @@ EOF
fi fi
# Finish # Finish
ps -aux | grep wine
lsof | grep "root.x86_64/$HOME"
lsof | grep root.x86_64
sudo umount "root.x86_64/$HOME" sudo umount -f "root.x86_64/$HOME" || true
sudo umount root.x86_64 sudo umount -f root.x86_64 || true