Trying to fix Github actions 5.

This commit is contained in:
Gonzalo Exequiel Pedone 2021-06-25 16:47:12 -03:00
parent 04ce2bde4a
commit 7c5e03cf23
No known key found for this signature in database
GPG key ID: B8B09E63E9B85BAF
2 changed files with 2 additions and 8 deletions

View file

@ -9,6 +9,7 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v2
- uses: msys2/setup-msys2@v2
with:
update: true

View file

@ -17,13 +17,6 @@ REM
REM Web-Site: http://webcamoid.github.io/
set SOURCES_DIR=%cd%
if "%PLATFORM%" == "x86" (
set PYTHON_PATH=C:\%PYTHON_VERSION%
) else (
set PYTHON_PATH=C:\%PYTHON_VERSION%-x64
)
set INSTALL_PREFIX=%SOURCES_DIR%\webcamoid-data
set PACKAGES_DIR=%SOURCES_DIR%\webcamoid-packages
@ -31,7 +24,7 @@ git clone https://github.com/webcamoid/DeployTools.git
set PYTHONPATH=%cd%\DeployTools
set BUILD_PATH=%cd%\build-x64
%PYTHON_PATH%\python.exe DeployTools\deploy.py ^
python DeployTools\deploy.py ^
-d "%INSTALL_PREFIX%" ^
-c "%BUILD_PATH%\package_info.conf" ^
-o "%PACKAGES_DIR%"