mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 12:36:44 +00:00
Use action that can install specific ffmpeg version
Former-commit-id: dd958a3450
This commit is contained in:
parent
18f74f0e4c
commit
e397edc826
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -28,9 +28,10 @@ jobs:
|
|||
dotnet-version: '6.0.x'
|
||||
|
||||
- name: Prepare FFMpeg
|
||||
uses: FedericoCarboni/setup-ffmpeg@v2
|
||||
uses: Iamshankhadeep/setup-ffmpeg@v1.2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: "4.4"
|
||||
|
||||
- name: Test with dotnet
|
||||
run: dotnet test --logger GitHubActions
|
||||
|
|
Loading…
Reference in a new issue