From 3ee7f9a5e633e827667de5932dbf5731e8dc969f Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 18 May 2022 08:22:52 +0200 Subject: [PATCH] Update ffmpeg-static.yml --- .github/workflows/ffmpeg-static.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ffmpeg-static.yml b/.github/workflows/ffmpeg-static.yml index 8bd4719..74fb7ac 100644 --- a/.github/workflows/ffmpeg-static.yml +++ b/.github/workflows/ffmpeg-static.yml @@ -239,14 +239,14 @@ jobs: with: install: base-devel binutils autotools automake mingw-w64-x86_64-cmake nasm svn path-type: inherit - - name: Set up cache - uses: actions/cache@v2 - env: - cache-name: cache-ffmpeg-${{ env.msysConfig }} + - name: Check cache + id: liblame-cache + uses: actions/cache@v3 with: - path: cache - key: cache-key + path: dist + key: liblame-${{ env.msysConfig }}-${{ hashFiles('svtav1') }} - name: Build LAME + if: steps.liblame-cache.outputs.cache-hit != 'true' shell: cmd run: | call "${{ env.vsPath }}VC\Auxiliary\Build\vcvars64.bat"