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 c6cdb22 commit 1c0dd46Copy full SHA for 1c0dd46
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: mlugg/setup-zig@v1
13
with:
14
- version: 0.13.0
+ version: master
15
- run: zig build release
16
- name: zip artifact
17
run: |
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: leafo/gh-actions-lua@v10
luaVersion: "5.4.7"
@@ -29,5 +29,5 @@ jobs:
29
30
31
32
33
- run: zig fmt --check .
0 commit comments