We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318b250 commit f28022cCopy full SHA for f28022c
.appveyor.yml
@@ -80,8 +80,8 @@ for:
80
81
# install Zig to cross compile Rust functions
82
- ps: "$env:CARGO_ZIGBUILD_PYTHON_PATH = \"$env:PYTHON\\python.exe\""
83
- - ps: "$env:CARGO_ZIGBUILD_PYTHON_PATH -m pip install ziglang"
84
- - ps: "$env:CARGO_ZIGBUILD_PYTHON_PATH -m ziglang version"
+ - "%PYTHON%\\python.exe -m pip install ziglang"
+ - "%PYTHON%\\python.exe -m ziglang version"
85
86
# install Rust
87
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
0 commit comments