Update ffmpeg-static.yml

This commit is contained in:
Daniel Stankewitz 2022-03-27 23:53:01 +02:00 committed by GitHub
parent 5620a8c9e5
commit 3997fc0f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,12 +203,6 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
git clone https://github.com/webmproject/libvpx.git vpx
- name: Checkout LibVpx
uses: actions/checkout@v3.0.0
with:
repository: webmproject/libvpx
ref: master
path: vpx
- name: Check cache
id: libvpx-cache
uses: actions/cache@v3