ci: print installed zig version
All checks were successful
Check Transpiled JavaScript / Check dist/ (push) Successful in 49s
Continuous Integration / TypeScript Tests (push) Successful in 52s
Continuous Integration / GitHub Actions Test (push) Successful in 2m29s

This commit is contained in:
2024-12-28 12:40:01 +13:00
parent 5ce719d221
commit 8517dbe316

View File

@@ -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