Former-commit-id: c783861aeb
This commit is contained in:
Malte Rosenbjerg 2020-02-16 20:48:25 +01:00
commit fb339c889a

View file

@ -6,7 +6,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Prepare FFMpeg - 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 - name: Setup .NET Core
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with: