Update ffmpeg-static.yml
This commit is contained in:
parent
9531c5f046
commit
3ee7f9a5e6
12
.github/workflows/ffmpeg-static.yml
vendored
12
.github/workflows/ffmpeg-static.yml
vendored
@ -239,14 +239,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
install: base-devel binutils autotools automake mingw-w64-x86_64-cmake nasm svn
|
install: base-devel binutils autotools automake mingw-w64-x86_64-cmake nasm svn
|
||||||
path-type: inherit
|
path-type: inherit
|
||||||
- name: Set up cache
|
- name: Check cache
|
||||||
uses: actions/cache@v2
|
id: liblame-cache
|
||||||
env:
|
uses: actions/cache@v3
|
||||||
cache-name: cache-ffmpeg-${{ env.msysConfig }}
|
|
||||||
with:
|
with:
|
||||||
path: cache
|
path: dist
|
||||||
key: cache-key
|
key: liblame-${{ env.msysConfig }}-${{ hashFiles('svtav1') }}
|
||||||
- name: Build LAME
|
- name: Build LAME
|
||||||
|
if: steps.liblame-cache.outputs.cache-hit != 'true'
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
call "${{ env.vsPath }}VC\Auxiliary\Build\vcvars64.bat"
|
call "${{ env.vsPath }}VC\Auxiliary\Build\vcvars64.bat"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user