diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-02 00:36:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 00:36:31 +0100 |
commit | 09d090921cc4cbe6d60c0dfd75d28be1cd34222a (patch) | |
tree | 60e5634c34cf2199668e1d0b906dbea3dcdd5047 | |
parent | b60939be88d192b63798aec6e9b031d570048b8b (diff) | |
parent | fb47d8f5541b9cb5617ff646b7ea724303de9c0f (diff) |
Merge pull request #24703 from akien-mga/appveyor-scons-3.0.1
AppVeyor: Force installing SCons 3.0.1
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 567da9cd5d..bd4a7b0ca8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,7 +18,7 @@ cache: install: - SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - 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 before_build: |