Fix "curl: command not found" error

Fixes (#3799)
pull/188/head
Allofich 7 years ago
parent c992cb6e82
commit 6c686fa242

@ -48,6 +48,9 @@ cache:
clone_folder: C:\projects\openmw
install:
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
before_build:
- cmd: sh %APPVEYOR_BUILD_FOLDER%\CI\before_script.msvc.sh -u -p %PLATFORM% -v %msvc%

Loading…
Cancel
Save