We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f07059 commit e37e7caCopy full SHA for e37e7ca
.appveyor.yml
@@ -44,8 +44,10 @@ cache:
44
install:
45
- cmd: echo %cd%
46
- sh: pwd
47
- - cmd: set NINJA_URL="https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-win.zip"
+ - cmd: set NINJA_URL="https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-win.zip"
48
+ - sh: export NINJA_URL="https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-linux.zip"
49
- cmd: set DEPS_DIR="%APPVEYOR_BUILD_FOLDER%\..\deps"
50
+ - sh: export DEPS_DIR="${APPVEYOR_BUILD_FOLDER}\..\deps"
51
52
- cmd: if not exist %DEPS_DIR% (
53
mkdir %DEPS_DIR% &&
0 commit comments