Skip to content

Commit d531276

Browse files
committed
zig in CI
1 parent 984571c commit d531276

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ on:
66
pull_request:
77
branches: [main]
88

9+
env:
10+
ZIG_VERSION: 0.15.2
11+
912
jobs:
1013
test:
1114
runs-on: ubuntu-latest
1215
steps:
1316
- uses: actions/checkout@v4
1417
- uses: oven-sh/setup-bun@v2
18+
- uses: goto-bus-stop/setup-zig@v2
19+
with:
20+
version: ${{ env.ZIG_VERSION }}
1521
- run: bun install
1622
- run: bun test
1723
- run: ./examples/run-all.sh

0 commit comments

Comments
 (0)