mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 07:34:08 +00:00
build announceybot in CI with zig master
This commit is contained in:
parent
ce633ad1b4
commit
639d852c33
1 changed files with 3 additions and 0 deletions
3
.github/workflows/mastercheck.yml
vendored
3
.github/workflows/mastercheck.yml
vendored
|
@ -45,6 +45,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: goto-bus-stop/setup-zig@v2
|
||||
with:
|
||||
version: master
|
||||
|
||||
- name: Build announceybot
|
||||
run: zig build announceybot
|
||||
|
|
Loading…
Add table
Reference in a new issue