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:
|
with:
|
||||||
zig-version: 0.13.0
|
zig-version: 0.13.0
|
||||||
|
|
||||||
- name: Print Output
|
- name: Print Zig Version
|
||||||
id: output
|
run: zig version
|
||||||
run: echo "${{ steps.test-action.outputs.time }}"
|
|
||||||
|
- name: Print Zig Clang Version
|
||||||
|
run: zig cc --version
|
||||||
|
|||||||
Reference in New Issue
Block a user