mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 10:05:44 +00:00
Migrate to AnimMouse/setup-ffmpeg@v1
This commit is contained in:
parent
5d8d346598
commit
9c636d4059
1 changed files with 5 additions and 4 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -35,13 +35,14 @@ jobs:
|
|||
run: dotnet format FFMpegCore.sln --severity warn --verify-no-changes
|
||||
|
||||
- if: runner.os != 'macOS' || runner.arch != 'ARM64'
|
||||
uses: FedericoCarboni/setup-ffmpeg@v3
|
||||
uses: AnimMouse/setup-ffmpeg@v1
|
||||
with:
|
||||
ffmpeg-version: 6.0.1
|
||||
github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }}
|
||||
version: 7.1.1
|
||||
|
||||
- if: runner.os == 'macOS' && runner.arch == 'ARM64'
|
||||
run: brew install ffmpeg@6
|
||||
uses: AnimMouse/setup-ffmpeg@v1
|
||||
with:
|
||||
version: 711
|
||||
|
||||
- name: Test with dotnet
|
||||
run: dotnet test FFMpegCore.sln --collect "XPlat Code Coverage" --logger GitHubActions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue