authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-06-24 15:06:38 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-06-24 15:06:38 -07:00
logd8787bb8a30e46d4f77453d747a4410792f99315
tree56dcef8a5875a84a675f9974a7bc5d7e8f459e6e
parent102f3eb0f65dd0c6a14a4d3151af4eb80c69877d

ci: update zig version


2 files changed, 2 insertions(+), 2 deletions(-)

.github/workflows/nightly.yml+1-1
......@@ -26,7 +26,7 @@ jobs:
2626 - name: Setup Zig
2727 uses: goto-bus-stop/setup-zig@v2
2828 with:
29 version: "0.11.0-dev.3620+c76ce25a6"
29 version: "0.11.0-dev.3652+f5043ad6a"
3030
3131 - run: zig version
3232 - run: zig env
.github/workflows/push.yml+1-1
......@@ -19,7 +19,7 @@ jobs:
1919 - name: Setup Zig
2020 uses: goto-bus-stop/setup-zig@v2
2121 with:
22 version: "0.11.0-dev.3620+c76ce25a6"
22 version: "0.11.0-dev.3652+f5043ad6a"
2323
2424 - run: zig version
2525 - run: zig env