File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 74
74
- 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\\ '\" "
75
75
76
76
# install Zig to cross compile Rust functions
77
- - ps : " $env:CARGO_ZIGBUILD_PYTHON_PATH = \" $env:PYTHON\\ python.exe\" "
78
- - " %PYTHON%\\ python.exe -m pip install ziglang"
79
- - " %PYTHON%\\ python.exe -m ziglang version"
77
+ - " npm install -g @ziglang/cli"
78
+ - " ziglang version"
80
79
81
80
# install Rust
82
81
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
119
118
- sh : " PATH=/opt/gradle/gradle-5.5/bin:$PATH"
120
119
121
120
# install Zig to cross compile Rust functions
122
- - sh : " pip install ziglang"
123
- - sh : " python -m ziglang version"
121
+ - " npm install -g @ ziglang/cli "
122
+ - " ziglang version"
124
123
125
124
# Install rust
126
125
- sh : " curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal"
You can’t perform that action at this time.
0 commit comments