mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 01:55:45 +00:00
Use install step for installing ffmpeg
This commit is contained in:
parent
91c1629215
commit
7e135a78d3
1 changed files with 3 additions and 11 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
|
@ -33,19 +33,11 @@ jobs:
|
|||
- if: matrix.os == 'ubuntu-latest'
|
||||
name: Lint with dotnet
|
||||
run: dotnet format FFMpegCore.sln --severity warn --verify-no-changes
|
||||
|
||||
- if: matrix.os != 'macos-latest'
|
||||
name: Setup FFmpeg (non-macOS)
|
||||
|
||||
- name: Setup FFmpeg
|
||||
uses: AnimMouse/setup-ffmpeg@ae28d57dabbb148eff63170b6bf7f2b60062cbae # 1.1.0
|
||||
with:
|
||||
version: 7.1
|
||||
token: ${{ github.token }}
|
||||
|
||||
- if: matrix.os == 'macos-latest'
|
||||
name: Setup FFmpeg (macOS)
|
||||
uses: AnimMouse/setup-ffmpeg@ae28d57dabbb148eff63170b6bf7f2b60062cbae # 1.1.0
|
||||
with:
|
||||
version: 711
|
||||
version: ${{ matrix.os != 'macos-latest' && '7.1' || '711' }}
|
||||
token: ${{ github.token }}
|
||||
|
||||
- name: Test with dotnet
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue