Trying to fix Github actions 2.

This commit is contained in:
Gonzalo Exequiel Pedone 2021-06-25 13:16:45 -03:00
parent 26ae047400
commit 80a7c9014e
No known key found for this signature in database
GPG key ID: B8B09E63E9B85BAF
2 changed files with 3 additions and 3 deletions

View file

@ -106,5 +106,8 @@ EOF
fi
# Finish
lsof | grep "root.x86_64/$HOME"
lsof | grep root.x86_64
sudo umount "root.x86_64/$HOME"
sudo umount root.x86_64

View file

@ -29,9 +29,6 @@ set PACKAGES_DIR=%SOURCES_DIR%\webcamoid-packages
git clone https://github.com/webcamoid/DeployTools.git
C:\msys64\mingw32\bin\strip.exe "%INSTALL_PREFIX%"\x86\*
C:\msys64\mingw64\bin\strip.exe "%INSTALL_PREFIX%"\x64\*
set PYTHONPATH=%cd%\DeployTools
set BUILD_PATH=%cd%\build-x64
%PYTHON_PATH%\python.exe DeployTools\deploy.py ^