Update ffmpeg.yml

This commit is contained in:
Daniel Stankewitz 2022-03-23 15:41:22 +01:00 committed by GitHub
parent 33a831f9d4
commit 5a7523b534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,14 +423,16 @@ jobs:
run: | run: |
git config --global core.autocrlf false git config --global core.autocrlf false
git config --global core.eol lf git config --global core.eol lf
- name: Checkout patches
uses: actions/checkout@v3.0.0
- name: Checkout FFmpeg - name: Checkout FFmpeg
uses: actions/checkout@v3.0.0 uses: actions/checkout@v3.0.0
with: with:
repository: FFmpeg/FFmpeg.git repository: FFmpeg/FFmpeg.git
ref: release/5.0 ref: release/5.0
path: ffmpeg path: ffmpeg
- name: Checkout NvEnc #- name: Checkout NvEnc
uses: actions/checkout@v3.0.0 # uses: actions/checkout@v3.0.0
# with: # with:
# repository: FFmpeg/nv-codec-headers # repository: FFmpeg/nv-codec-headers
# ref: sdk/9.1 # ref: sdk/9.1
@ -441,10 +443,6 @@ jobs:
# repository: GPUOpen-LibrariesAndSDKs/AMF # repository: GPUOpen-LibrariesAndSDKs/AMF
# ref: master # ref: master
# path: amf # path: amf
- name: Checkout patches
uses: actions/checkout@v3.0.0
with:
path: patches
- name: Set up artifacts - name: Set up artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with: