Skip to content

daily

daily #1628

Workflow file for this run

name: daily
on:
schedule:
- cron: "0 1 * * *"
repository_dispatch:
types: [build-daily]
workflow_dispatch:
jobs:
build:
name: Build
#runs-on: SumatraBuilder
runs-on: windows-2025-vs2026
steps:
- name: Check out source code
uses: actions/checkout@v6
with:
# needed to calc build number via git log --oneline
fetch-depth: 0
- name: Install bun
uses: oven-sh/setup-bun@v2
- name: Build
run: bun .\cmd\build-ci-daily.ts