diff --git a/ports/ci/windows-msys/deploy.sh b/ports/ci/windows-msys/deploy.sh index a7fde62..e0de08c 100644 --- a/ports/ci/windows-msys/deploy.sh +++ b/ports/ci/windows-msys/deploy.sh @@ -20,7 +20,7 @@ git clone https://github.com/webcamoid/DeployTools.git -export PATH="/c/Program Files (x86)/NSIS:/mingw64/bin:${PATH}" +export PATH="/c/Program Files (x86)/NSIS:/c/msys64/mingw64/bin:/mingw64/bin:${PATH}" export INSTALL_PREFIX="${PWD}/package-data-${COMPILER}" export INSTALL_PREFIX_W=$(cygpath -w "${INSTALL_PREFIX}") export PACKAGES_DIR="${PWD}/packages/windows-${COMPILER}"