Skip to content

Commit e37e7ca

Browse files
authored
Update .appveyor.yml
1 parent 2f07059 commit e37e7ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ cache:
4444
install:
4545
- cmd: echo %cd%
4646
- sh: pwd
47-
- cmd: set NINJA_URL="https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-win.zip"
47+
- 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"
4849
- cmd: set DEPS_DIR="%APPVEYOR_BUILD_FOLDER%\..\deps"
50+
- sh: export DEPS_DIR="${APPVEYOR_BUILD_FOLDER}\..\deps"
4951

5052
- cmd: if not exist %DEPS_DIR% (
5153
mkdir %DEPS_DIR% &&

0 commit comments

Comments
 (0)