Update action.yml
This commit is contained in:
parent
28facf1b5f
commit
3f9ddde766
8
.github/actions/libsvtav1/action.yml
vendored
8
.github/actions/libsvtav1/action.yml
vendored
@ -22,20 +22,12 @@ runs:
|
|||||||
repository: AOMediaCodec/SVT-AV1
|
repository: AOMediaCodec/SVT-AV1
|
||||||
ref: ${{ inputs.refId }}
|
ref: ${{ inputs.refId }}
|
||||||
path: svtav1
|
path: svtav1
|
||||||
- name: Check cache
|
|
||||||
id: libsvtav1-cache
|
|
||||||
uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
path: dist
|
|
||||||
key: libsvtav1-${{ runner.os }}-${{ inputs.config }}-${{ hashFiles('svtav1') }}
|
|
||||||
- name: Set up MSYS2
|
- name: Set up MSYS2
|
||||||
if: steps.libsvtav1-cache.outputs.cache-hit != 'true'
|
|
||||||
uses: msys2/setup-msys2@v2
|
uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
install: base-devel binutils autotools automake mingw-w64-x86_64-cmake nasm
|
install: base-devel binutils autotools automake mingw-w64-x86_64-cmake nasm
|
||||||
path-type: inherit
|
path-type: inherit
|
||||||
- name: Build SVT AV1
|
- name: Build SVT AV1
|
||||||
if: steps.libsvtav1-cache.outputs.cache-hit != 'true'
|
|
||||||
shell: cmd
|
shell: cmd
|
||||||
env:
|
env:
|
||||||
vsPath: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\
|
vsPath: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user