Skip to content

Commit 5be5df4

Browse files
committed
Update gitignore and mac CI
1 parent b993abc commit 5be5df4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/mac.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@ jobs:
2020

2121
- run: nats-server -js -m 8222 &
2222

23-
- uses: mlugg/setup-zig@v1
23+
- uses: mlugg/setup-zig@v2
2424
with:
25-
version: 0.14.0
25+
version: 0.14.1
2626
use-cache: false
2727

28+
- run: rm -rf ./.zig-cache/
29+
30+
- run: zig version
31+
2832
- run: zig build test -freference-trace --summary all
2933

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
**/.zig-out/
55
.idea/
66
.claude/settings.local.json
7+
*.a
8+
*.a.o

0 commit comments

Comments
 (0)