mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 00:24:14 +01:00
Use FedericoCarboni/setup-ffmpeg@v1-beta for CI
Former-commit-id: 24ef1a83df
This commit is contained in:
parent
94d93fa5fe
commit
039613f2be
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue