From 3f9ddde766d7a0b5991e2e9446a1fc06393e412e Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Tue, 26 Jul 2022 14:18:59 +0200 Subject: [PATCH] Update action.yml --- .github/actions/libsvtav1/action.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/actions/libsvtav1/action.yml b/.github/actions/libsvtav1/action.yml index aaf3fdf..f71fb6c 100644 --- a/.github/actions/libsvtav1/action.yml +++ b/.github/actions/libsvtav1/action.yml @@ -22,20 +22,12 @@ runs: repository: AOMediaCodec/SVT-AV1 ref: ${{ inputs.refId }} 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 - if: steps.libsvtav1-cache.outputs.cache-hit != 'true' uses: msys2/setup-msys2@v2 with: install: base-devel binutils autotools automake mingw-w64-x86_64-cmake nasm path-type: inherit - name: Build SVT AV1 - if: steps.libsvtav1-cache.outputs.cache-hit != 'true' shell: cmd env: vsPath: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\