Update ffmpeg-static.yml

This commit is contained in:
Daniel Stankewitz 2022-03-28 12:55:12 +02:00 committed by GitHub
parent cef5186411
commit 10e5d3f04b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -560,6 +560,7 @@ jobs:
git config --global core.eol lf git config --global core.eol lf
git config --global user.email "daniel.stankewitz@gmail.com" git config --global user.email "daniel.stankewitz@gmail.com"
git config --global user.name "Daniel Stankewitz" git config --global user.name "Daniel Stankewitz"
git clone https://github.com/intel-media-ci/cartwheel-ffmpeg --recursive cartwheel
- name: Checkout patches - name: Checkout patches
uses: actions/checkout@v3.0.0 uses: actions/checkout@v3.0.0
- name: Checkout FFmpeg - name: Checkout FFmpeg
@ -569,14 +570,6 @@ jobs:
repository: FFmpeg/FFmpeg.git repository: FFmpeg/FFmpeg.git
ref: release/5.0 ref: release/5.0
path: ffmpeg path: ffmpeg
- name: Checkout FFmpeg from Cartwheel
if: ${{env.useCartwheel}}
uses: actions/checkout@v3.0.0
with:
repository: intel-media-ci/cartwheel-ffmpeg
ref: master
path: cartwheel
submodules: 'recursive'
- name: Checkout NvEnc - name: Checkout NvEnc
uses: actions/checkout@v3.0.0 uses: actions/checkout@v3.0.0
with: with: