Merge pull request #24703 from akien-mga/appveyor-scons-3.0.1

AppVeyor: Force installing SCons 3.0.1
This commit is contained in:
Rémi Verschelde 2019-01-02 00:36:31 +01:00 committed by GitHub
commit 09d090921c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ cache:
install: install:
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- pip install -U wheel # needed for pip install scons to work, otherwise a flag is missing - pip install -U wheel # needed for pip install scons to work, otherwise a flag is missing
- pip install scons - pip install scons==3.0.1
- if defined VS call "%VS%" %ARCH% # if defined - so we can also use mingw - if defined VS call "%VS%" %ARCH% # if defined - so we can also use mingw
before_build: before_build: