From 77fa7d04250c285e88abb269a65fc8c4b0c6b293 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Fri, 9 Sep 2022 08:28:15 +0200 Subject: [PATCH] Update action.yml --- .github/actions/libsvtav1/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/libsvtav1/action.yml b/.github/actions/libsvtav1/action.yml index c735613..9bc0014 100644 --- a/.github/actions/libsvtav1/action.yml +++ b/.github/actions/libsvtav1/action.yml @@ -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