mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
AppVeyor: Force installing SCons 3.0.1
3.0.2 was released today and when installed via pip, it seems to be missing from the PATH.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user