Update action.yml
This commit is contained in:
parent
eed4f3bfd2
commit
cadbae2468
13
.github/actions/libsvtav1/action.yml
vendored
13
.github/actions/libsvtav1/action.yml
vendored
@ -16,12 +16,13 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global core.autocrlf false
|
git config --global core.autocrlf false
|
||||||
git config --global core.eol lf
|
git config --global core.eol lf
|
||||||
- name: Checkout SVT AV1
|
git clone -b ${{ inputs.refId }} https://gitlab.com/AOMediaCodec/SVT-AV1 svtav1
|
||||||
uses: actions/checkout@v3
|
#- name: Checkout SVT AV1
|
||||||
with:
|
# uses: actions/checkout@v3
|
||||||
repository: AOMediaCodec/SVT-AV1
|
# with:
|
||||||
ref: ${{ inputs.refId }}
|
# repository: AOMediaCodec/SVT-AV1
|
||||||
path: svtav1
|
# ref: ${{ inputs.refId }}
|
||||||
|
# path: svtav1
|
||||||
- name: Set up MSYS2
|
- name: Set up MSYS2
|
||||||
uses: msys2/setup-msys2@v2
|
uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user