Files
voukoder-ffmpeg/.github/workflows/build.yml
Daniel Stankewitz a235255663 Create build.yml
2019-12-27 23:43:46 +01:00

17 lines
182 B
YAML

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