Update vpx.yml

This commit is contained in:
Daniel Stankewitz 2022-03-27 22:50:55 +02:00 committed by GitHub
parent 5f2ebad096
commit bccfb18f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ jobs:
if: steps.libvpx-cache.outputs.cache-hit != 'true'
uses: msys2/setup-msys2@v2
with:
install: base-devel binutils autotools automake mingw-w64-x86_64-cmake nasm
install: base-devel binutils autotools automake nasm
path-type: inherit
- name: Build LibVpx
if: steps.libvpx-cache.outputs.cache-hit != 'true'