newer version of setup-zig to accomodate flipgate
Some checks failed
Generic zig build / build (push) Failing after 49s
Some checks failed
Generic zig build / build (push) Failing after 49s
This commit is contained in:
parent
1a174dc5e2
commit
8db3710ff1
1 changed files with 1 additions and 1 deletions
|
@ -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@v1.2.1
|
uses: https://github.com/mlugg/setup-zig@v2.0.1
|
||||||
with:
|
with:
|
||||||
version: 0.15.1
|
version: 0.15.1
|
||||||
- name: Restore Zig caches
|
- name: Restore Zig caches
|
||||||
|
|
Loading…
Add table
Reference in a new issue