Update action.yml

This commit is contained in:
Daniel Stankewitz 2022-09-09 08:49:24 +02:00 committed by GitHub
parent 2538643d8f
commit 3662187a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,9 @@ runs:
git config --global core.autocrlf false
git config --global core.eol lf
git clone -b ${{ inputs.refId }} https://gitlab.com/AOMediaCodec/SVT-AV1 svtav1
cd ; dir ; cd svtav1 ; dir ; dir ..\.github\actions\libsvtav1\patches ; git apply --ignore-whitespace --verbose ..\.github\actions\libsvtav1\patches\A01-metadata-copy-segfault-fix.patch ; cd ..
cd svtav1
git apply --ignore-whitespace --verbose ..\.github\actions\libsvtav1\patches\A01-metadata-copy-segfault-fix.patch
cd ..
#- name: Checkout SVT AV1
# uses: actions/checkout@v3
# with: