Trying to fix Github actions 2.
This commit is contained in:
parent
26ae047400
commit
80a7c9014e
2 changed files with 3 additions and 3 deletions
|
@ -106,5 +106,8 @@ EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Finish
|
# Finish
|
||||||
|
lsof | grep "root.x86_64/$HOME"
|
||||||
|
lsof | grep root.x86_64
|
||||||
|
|
||||||
sudo umount "root.x86_64/$HOME"
|
sudo umount "root.x86_64/$HOME"
|
||||||
sudo umount root.x86_64
|
sudo umount root.x86_64
|
||||||
|
|
|
@ -29,9 +29,6 @@ set PACKAGES_DIR=%SOURCES_DIR%\webcamoid-packages
|
||||||
|
|
||||||
git clone https://github.com/webcamoid/DeployTools.git
|
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 PYTHONPATH=%cd%\DeployTools
|
||||||
set BUILD_PATH=%cd%\build-x64
|
set BUILD_PATH=%cd%\build-x64
|
||||||
%PYTHON_PATH%\python.exe DeployTools\deploy.py ^
|
%PYTHON_PATH%\python.exe DeployTools\deploy.py ^
|
||||||
|
|
Loading…
Reference in a new issue