add names for all steps

This commit is contained in:
Emil Lerch 2025-04-13 14:29:27 -07:00
parent 958ce3af46
commit da994fe9e6
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -8,11 +8,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: https://github.com/mlugg/setup-zig@v1.2.1
- name: Checkout
uses: actions/checkout@v4
- name: Setup Zig
uses: https://github.com/mlugg/setup-zig@v1.2.1
with:
version: 0.14.0
- uses: https://github.com/elerch/zig-action-cache@v1.1.6
- name: Restore Zig global cache
uses: https://github.com/elerch/zig-action-cache@v1.1.6
- name: Build project
run: zig build --summary all
- name: Run tests