瀏覽代碼

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

AppVeyor: Force installing SCons 3.0.1
Rémi Verschelde 6 年之前
父節點
當前提交
09d090921c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .appveyor.yml

+ 1 - 1
.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: