mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 05:56:07 +00:00
Merge pull request #178 from uzyn/fix/ci-zig-setup
Switches zig-setup workflow allowing building on latest stable Zig
This commit is contained in:
commit
a46e944499
7
.github/workflows/CI.yml
vendored
7
.github/workflows/CI.yml
vendored
@ -24,12 +24,9 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
# You may pin to the exact commit or the version.
|
uses: mlugg/setup-zig@v1
|
||||||
# uses: goto-bus-stop/setup-zig@41ae19e72e21b9a1380e86ff9f058db709fc8fc6
|
|
||||||
uses: goto-bus-stop/setup-zig@v2
|
|
||||||
with:
|
with:
|
||||||
version: master
|
version: latest
|
||||||
cache: true # Let's see how this behaves
|
|
||||||
|
|
||||||
- run: zig version
|
- run: zig version
|
||||||
- run: zig env
|
- run: zig env
|
||||||
|
Loading…
x
Reference in New Issue
Block a user