Skip to content

Commit 3c11379

Browse files
committed
ci: install Zig in publish workflow
1 parent 7ca5df9 commit 3c11379

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- "v*"
77

8+
env:
9+
ZIG_VERSION: 0.15.2
10+
811
jobs:
912
publish:
1013
runs-on: ubuntu-latest
@@ -14,6 +17,9 @@ jobs:
1417
steps:
1518
- uses: actions/checkout@v4
1619
- uses: oven-sh/setup-bun@v2
20+
- uses: goto-bus-stop/setup-zig@v2
21+
with:
22+
version: ${{ env.ZIG_VERSION }}
1723

1824
- name: Verify version matches tag
1925
run: |

0 commit comments

Comments
 (0)