mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 12:36:44 +00:00
parent
50555b144c
commit
cebc55bf73
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -28,10 +28,9 @@ jobs:
|
|||
dotnet-version: '7.0.x'
|
||||
|
||||
- name: Prepare FFMpeg
|
||||
uses: Iamshankhadeep/setup-ffmpeg@v1.2
|
||||
uses: FedericoCarboni/setup-ffmpeg@v2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: "4.4"
|
||||
|
||||
- name: Test with dotnet
|
||||
run: dotnet test FFMpegCore.sln --logger GitHubActions
|
||||
|
|
Loading…
Reference in a new issue