Skip to content

Commit 7b672e5

Browse files
committed
Try to build on zig 0.15
1 parent 0234d5e commit 7b672e5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: mlugg/setup-zig@v1
1515
with:
16-
version: 0.14.0
16+
version: 0.15.1
1717
- run: zig build test --summary all

.github/workflows/claude.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
with:
3131
fetch-depth: 1
3232

33+
- uses: mlugg/setup-zig@v1
34+
with:
35+
version: 0.15.1
36+
3337
- name: Run Claude Code
3438
id: claude
3539
uses: anthropics/claude-code-action@beta
@@ -50,7 +54,7 @@ jobs:
5054
# assignee_trigger: "claude-bot"
5155

5256
# Optional: Allow Claude to run specific commands
53-
# allowed_tools: "Bash(npm install),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*)"
57+
allowed_tools: "Bash(zig:*)"
5458

5559
# Optional: Add custom instructions for Claude to customize its behavior for your project
5660
# custom_instructions: |

0 commit comments

Comments
 (0)