Files
voukoder-ffmpeg/.github/workflows/build.yml
Daniel Stankewitz 904d742237 Update build.yml
2019-12-28 09:02:54 +01:00

17 lines
180 B
YAML

name: CI
on:
schedule:
- cron: "0 2 * * *"
jobs:
build:
runs-on: windows-latest
steps:
- name: Build it!
run:
choco install msys2
dir