1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-22 08:04:08 +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

@ -8,6 +8,8 @@ on:
- zig-master - zig-master
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 0 * * *"
branches:
- zig-master
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@ -18,6 +20,8 @@ jobs:
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
ref: zig-master
- uses: goto-bus-stop/setup-zig@v2 - uses: goto-bus-stop/setup-zig@v2
with: with:
version: master version: master