Update action.yml

This commit is contained in:
Daniel Stankewitz 2022-08-03 20:03:46 +02:00 committed by GitHub
parent eed4f3bfd2
commit cadbae2468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: