1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00

fix mastercheck workflow

This commit is contained in:
Rene Schallner 2024-10-15 01:25:10 +02:00
parent 01a5140611
commit f18fc8e2d9
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
name: Works with Zig master
on:
on:
push:
branches:
- zig-master
@ -8,8 +8,10 @@ on:
- zig-master
schedule:
- cron: "0 0 * * *"
branches:
- zig-master
workflow_dispatch:
jobs:
ci:
strategy:
@ -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