Update action.yml

This commit is contained in:
Daniel Stankewitz
2022-09-09 08:28:15 +02:00
committed by GitHub
parent b4843c3c93
commit 77fa7d0425

View File

@ -17,6 +17,7 @@ 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
dir /s
cd svtav1 ; git apply --ignore-whitespace --verbose ..\A01-metadata-copy-segfault-fix.patch ; cd ..
#- name: Checkout SVT AV1
# uses: actions/checkout@v3