From 3662187a262cf8ee6f063bc213fa129f1bf23fc6 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Fri, 9 Sep 2022 08:49:24 +0200 Subject: [PATCH] Update action.yml --- .github/actions/libsvtav1/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/libsvtav1/action.yml b/.github/actions/libsvtav1/action.yml index 44e411e..9529b3f 100644 --- a/.github/actions/libsvtav1/action.yml +++ b/.github/actions/libsvtav1/action.yml @@ -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: