Former-commit-id: f949fad7e6
This commit is contained in:
Malte Rosenbjerg 2020-02-16 11:14:55 +01:00
commit 3ef25ab48b

View file

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