Update action.yml
This commit is contained in:
parent
77fa7d0425
commit
4b2f10e62c
4
.github/actions/libsvtav1/action.yml
vendored
4
.github/actions/libsvtav1/action.yml
vendored
@ -17,8 +17,8 @@ runs:
|
|||||||
git config --global core.autocrlf false
|
git config --global core.autocrlf false
|
||||||
git config --global core.eol lf
|
git config --global core.eol lf
|
||||||
git clone -b ${{ inputs.refId }} https://gitlab.com/AOMediaCodec/SVT-AV1 svtav1
|
git clone -b ${{ inputs.refId }} https://gitlab.com/AOMediaCodec/SVT-AV1 svtav1
|
||||||
dir /s
|
dir /s
|
||||||
cd svtav1 ; git apply --ignore-whitespace --verbose ..\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
|
#- name: Checkout SVT AV1
|
||||||
# uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
# with:
|
# with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user