zig env has newer format - attempting another setup-zig upgrade
All checks were successful
Generic zig build / build (push) Successful in 34s

This commit is contained in:
Emil Lerch 2025-08-20 16:58:07 -07:00
parent 8db3710ff1
commit 09c0a61887
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -12,7 +12,7 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Zig - name: Setup Zig
uses: https://github.com/mlugg/setup-zig@v2.0.1 uses: https://github.com/mlugg/setup-zig@v2.0.5
with: with:
version: 0.15.1 version: 0.15.1
- name: Restore Zig caches - name: Restore Zig caches