From 94cf0e710cbe96b3721b349ae17778324b16a8f3 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Sun, 27 Mar 2022 18:56:19 +0200 Subject: [PATCH] Update vpx.yml --- .github/workflows/vpx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vpx.yml b/.github/workflows/vpx.yml index 34ff5e7..5d80955 100644 --- a/.github/workflows/vpx.yml +++ b/.github/workflows/vpx.yml @@ -25,7 +25,7 @@ jobs: - name: Set up MSYS2 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: Set up cache uses: actions/cache@v2