Skip to content

Commit 574ba16

Browse files
committed
Print Zig version on Windows
Signed-off-by: David Calavera <[email protected]>
1 parent 1f20aba commit 574ba16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ for:
7878
- 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
7979
- ps: Expand-Archive -DestinationPath C:\Users\appveyor\ C:\Users\appveyor\ziglang.zip
8080
- set PATH=%PATH%;C:\Users\appveyor\zig-windows-x86_64-%ZIGLANG_VERSION%
81+
- "zig version"
8182

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

0 commit comments

Comments
 (0)