File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ environment:
8
8
GRADLE_OPTS : -Dorg.gradle.daemon=false
9
9
nodejs_version : " 14.17.6"
10
10
CARGO_LAMBDA_VERSION : " v0.6.1"
11
- ZIGLANG_VERSION : " 0.9.1"
11
+ ZIG_VERSION : " 0.9.1"
12
12
13
13
matrix :
14
14
- PYTHON : " C:\\ Python36-x64"
75
75
- ps : " &powershell -NoProfile -ExecutionPolicy unrestricted -Command \" [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; &([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing 'https://dot.net/v1/dotnet-install.ps1'))) -Version 6.0.200 -InstallDir 'C:\\ Program Files\\ dotnet\\ '\" "
76
76
77
77
# install Zig to cross compile Rust functions
78
- - ps : Invoke-WebRequest -Uri https://ziglang.org/download/$env:ZIGLANG_VERSION /zig-windows-x86_64-$env:ZIGLANG_VERSION .zip -OutFile C:\Users\appveyor\ziglang.zip
78
+ - ps : Invoke-WebRequest -Uri https://ziglang.org/download/$env:ZIG_VERSION /zig-windows-x86_64-$env:ZIG_VERSION .zip -OutFile C:\Users\appveyor\ziglang.zip
79
79
- ps : Expand-Archive -DestinationPath C:\Users\appveyor\ C:\Users\appveyor\ziglang.zip
80
- - set PATH=%PATH%;C:\Users\appveyor\zig-windows-x86_64-%ZIGLANG_VERSION %
80
+ - set PATH=%PATH%;C:\Users\appveyor\zig-windows-x86_64-%ZIG_VERSION %
81
81
- " zig version"
82
82
- " clang --version"
83
83
You can’t perform that action at this time.
0 commit comments