diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e11dab5..3909433 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,6 @@ jobs: - name: Checkout uses: actions/checkout@v1 - name: Prepare FFMpeg - run: sudo apt-get update && sudo apt-get install -y ffmpeg + uses: FedericoCarboni/setup-ffmpeg@v1-beta - name: Test with dotnet run: dotnet test --logger GitHubActions