Skip to content

Commit f28022c

Browse files
committed
Don't use powershell to install python dependencies.
Signed-off-by: David Calavera <[email protected]>
1 parent 318b250 commit f28022c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ for:
8080

8181
# install Zig to cross compile Rust functions
8282
- 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"
83+
- "%PYTHON%\\python.exe -m pip install ziglang"
84+
- "%PYTHON%\\python.exe -m ziglang version"
8585

8686
# install Rust
8787
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe

0 commit comments

Comments
 (0)