mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 01:55:45 +00:00
Reference workflow action by reference
This commit is contained in:
parent
9c636d4059
commit
af6587d8fe
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -35,12 +35,12 @@ jobs:
|
|||
run: dotnet format FFMpegCore.sln --severity warn --verify-no-changes
|
||||
|
||||
- if: runner.os != 'macOS' || runner.arch != 'ARM64'
|
||||
uses: AnimMouse/setup-ffmpeg@v1
|
||||
uses: AnimMouse/setup-ffmpeg@ae28d57 # 1.1.0
|
||||
with:
|
||||
version: 7.1.1
|
||||
|
||||
- if: runner.os == 'macOS' && runner.arch == 'ARM64'
|
||||
uses: AnimMouse/setup-ffmpeg@v1
|
||||
uses: AnimMouse/setup-ffmpeg@ae28d57 # 1.1.0
|
||||
with:
|
||||
version: 711
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue