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 89c1fe2 commit 99b084dCopy full SHA for 99b084d
.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 = .zsdl,
3
.fingerprint = 0x36e4ca3d13635aac,
4
.version = "0.4.0-dev",
5
+ .minimum_zig_version = "0.14.0",
6
.paths = .{
7
"build.zig",
8
"build.zig.zon",
0 commit comments