Update ci.yml

Former-commit-id: a1c5a9fc60
This commit is contained in:
Malte Rosenbjerg 2020-02-16 11:16:28 +01:00 committed by GitHub
parent 3ef25ab48b
commit 41e1a871ac

View file

@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Prepare FFMpeg
run: apt-get update && apt-get install -y ffmpeg
run: sudo apt-get update && sudo apt-get install -y ffmpeg
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with: