We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f20aba commit 574ba16Copy full SHA for 574ba16
.appveyor.yml
@@ -78,6 +78,7 @@ for:
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
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%
81
+ - "zig version"
82
83
# install Rust
84
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
0 commit comments