Skip to content

Commit a0822cc

Browse files
committed
๐Ÿ’š๐Ÿ’š
1 parent 8fc8387 commit a0822cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

โ€Ž.github/workflows/zig_test.ymlโ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- uses: mlugg/setup-zig@v1
2525
with:
26-
version: 0.15.0
26+
version: 0.15.1
2727
- run: zig build test
2828
lint:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v2
3232
- uses: mlugg/setup-zig@v1
3333
with:
34-
version: 0.15.0
34+
version: 0.15.1
3535
- run: zig fmt --check .

0 commit comments

Comments
ย (0)