mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 23:54:08 +00:00
fix mastercheck workflow
This commit is contained in:
parent
01a5140611
commit
f18fc8e2d9
1 changed files with 6 additions and 2 deletions
4
.github/workflows/mastercheck.yml
vendored
4
.github/workflows/mastercheck.yml
vendored
|
@ -8,6 +8,8 @@ on:
|
|||
- zig-master
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
branches:
|
||||
- zig-master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
@ -18,6 +20,8 @@ jobs:
|
|||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: zig-master
|
||||
- uses: goto-bus-stop/setup-zig@v2
|
||||
with:
|
||||
version: master
|
||||
|
|
Loading…
Add table
Reference in a new issue