Update ci.yml

This commit is contained in:
Malte Rosenbjerg 2020-02-16 11:13:21 +01:00 committed by GitHub
parent f2dae96a03
commit b680302e99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,12 @@
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Prepare FFMpeg
run: apt-get update && apt-get install -y ffmpeg
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with: