mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 10:05:44 +00:00
Add name labels to ffmpeg install steps
This commit is contained in:
parent
7036ad6df2
commit
91c1629215
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -35,12 +35,14 @@ jobs:
|
|||
run: dotnet format FFMpegCore.sln --severity warn --verify-no-changes
|
||||
|
||||
- if: matrix.os != 'macos-latest'
|
||||
name: Setup FFmpeg (non-macOS)
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue