update CI for 0.15.1
Some checks failed
Generic zig build / build (push) Failing after 14s

This commit is contained in:
Emil Lerch 2025-08-20 16:54:27 -07:00
parent 5bc7de208f
commit 1a174dc5e2
Signed by: lobo
GPG key ID: A7B62D657EF764F8
2 changed files with 1 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Setup Zig - name: Setup Zig
uses: https://github.com/mlugg/setup-zig@v1.2.1 uses: https://github.com/mlugg/setup-zig@v1.2.1
with: with:
version: 0.14.0 version: 0.15.1
- name: Restore Zig caches - name: Restore Zig caches
uses: https://github.com/Hanaasagi/zig-action-cache@3954aae427f8b05914e08dfd79f15e1f2e435929 uses: https://github.com/Hanaasagi/zig-action-cache@3954aae427f8b05914e08dfd79f15e1f2e435929
- name: Build project - name: Build project

View file

@ -5,4 +5,3 @@ This holds a smithy project for zig, extracted from the AWS SDK for Zig for
use as a package. Built for zig 0.15.1 use as a package. Built for zig 0.15.1
TODO: complete the readme TODO: complete the readme
TODO: CI