mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 20:46:43 +00:00
Use action that can install specific ffmpeg version
This commit is contained in:
parent
0537c87fa2
commit
dd958a3450
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