From cadbae2468007f9f0525ddd009622e907945df53 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 3 Aug 2022 20:03:46 +0200 Subject: [PATCH] Update action.yml --- .github/actions/libsvtav1/action.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/actions/libsvtav1/action.yml b/.github/actions/libsvtav1/action.yml index f71fb6c..5390e07 100644 --- a/.github/actions/libsvtav1/action.yml +++ b/.github/actions/libsvtav1/action.yml @@ -16,12 +16,13 @@ runs: run: | git config --global core.autocrlf false git config --global core.eol lf - - name: Checkout SVT AV1 - uses: actions/checkout@v3 - with: - repository: AOMediaCodec/SVT-AV1 - ref: ${{ inputs.refId }} - path: svtav1 + git clone -b ${{ inputs.refId }} https://gitlab.com/AOMediaCodec/SVT-AV1 svtav1 + #- name: Checkout SVT AV1 + # uses: actions/checkout@v3 + # with: + # repository: AOMediaCodec/SVT-AV1 + # ref: ${{ inputs.refId }} + # path: svtav1 - name: Set up MSYS2 uses: msys2/setup-msys2@v2 with: