Update ffmpeg.yml
This commit is contained in:
parent
33a831f9d4
commit
5a7523b534
10
.github/workflows/ffmpeg.yml
vendored
10
.github/workflows/ffmpeg.yml
vendored
@ -423,14 +423,16 @@ jobs:
|
||||
run: |
|
||||
git config --global core.autocrlf false
|
||||
git config --global core.eol lf
|
||||
- name: Checkout patches
|
||||
uses: actions/checkout@v3.0.0
|
||||
- name: Checkout FFmpeg
|
||||
uses: actions/checkout@v3.0.0
|
||||
with:
|
||||
repository: FFmpeg/FFmpeg.git
|
||||
ref: release/5.0
|
||||
path: ffmpeg
|
||||
- name: Checkout NvEnc
|
||||
uses: actions/checkout@v3.0.0
|
||||
#- name: Checkout NvEnc
|
||||
# uses: actions/checkout@v3.0.0
|
||||
# with:
|
||||
# repository: FFmpeg/nv-codec-headers
|
||||
# ref: sdk/9.1
|
||||
@ -441,10 +443,6 @@ jobs:
|
||||
# repository: GPUOpen-LibrariesAndSDKs/AMF
|
||||
# ref: master
|
||||
# path: amf
|
||||
- name: Checkout patches
|
||||
uses: actions/checkout@v3.0.0
|
||||
with:
|
||||
path: patches
|
||||
- name: Set up artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user