ci: print installed zig version
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -59,6 +59,8 @@ jobs:
|
||||
with:
|
||||
zig-version: 0.13.0
|
||||
|
||||
- name: Print Output
|
||||
id: output
|
||||
run: echo "${{ steps.test-action.outputs.time }}"
|
||||
- name: Print Zig Version
|
||||
run: zig version
|
||||
|
||||
- name: Print Zig Clang Version
|
||||
run: zig cc --version
|
||||
|
||||
Reference in New Issue
Block a user