We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f5281 commit 06ca952Copy full SHA for 06ca952
.github/workflows/main.yml
@@ -20,15 +20,8 @@ jobs:
20
steps:
21
- name: Checkout repository
22
uses: actions/checkout@v3
23
- - name: Read .zig-version
24
- id: zigversion
25
- uses: juliangruber/read-file-action@v1
26
- with:
27
- path: ./.zigversion
28
- name: Install Zig
29
- uses: mlugg/setup-zig@v1
30
31
- version: ${{ steps.zigversion.outputs.content }}
+ uses: mlugg/setup-zig@v2
32
- name: Check format
33
continue-on-error: true
34
run: zig fmt --check .
.zigversion
build.zig.zon
@@ -2,6 +2,7 @@
2
.name = .zmesh,
3
.fingerprint = 0xb56bea39e6c0eda0,
4
.version = "0.11.0-dev",
5
+ .minimum_zig_version = "0.14.0",
6
.paths = .{
7
"build.zig",
8
"build.zig.zon",
0 commit comments