forked from teamnwah/openmw-tes3coop
Merge pull request #1229 from Allofich/appveyor
Fix AppVeyor not finding curl
This commit is contained in:
commit
7d0eeee568
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue