mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 18:15:44 +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
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -34,18 +34,10 @@ jobs:
|
||||||
name: Lint with dotnet
|
name: Lint with dotnet
|
||||||
run: dotnet format FFMpegCore.sln --severity warn --verify-no-changes
|
run: dotnet format FFMpegCore.sln --severity warn --verify-no-changes
|
||||||
|
|
||||||
- if: matrix.os != 'macos-latest'
|
- name: Setup FFmpeg
|
||||||
name: Setup FFmpeg (non-macOS)
|
|
||||||
uses: AnimMouse/setup-ffmpeg@ae28d57dabbb148eff63170b6bf7f2b60062cbae # 1.1.0
|
uses: AnimMouse/setup-ffmpeg@ae28d57dabbb148eff63170b6bf7f2b60062cbae # 1.1.0
|
||||||
with:
|
with:
|
||||||
version: 7.1
|
version: ${{ matrix.os != 'macos-latest' && '7.1' || '711' }}
|
||||||
token: ${{ github.token }}
|
|
||||||
|
|
||||||
- if: matrix.os == 'macos-latest'
|
|
||||||
name: Setup FFmpeg (macOS)
|
|
||||||
uses: AnimMouse/setup-ffmpeg@ae28d57dabbb148eff63170b6bf7f2b60062cbae # 1.1.0
|
|
||||||
with:
|
|
||||||
version: 711
|
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
|
||||||
- name: Test with dotnet
|
- name: Test with dotnet
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue