From 3badc2ce2025f7d53f0026e6b90c7faa2f596b27 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Mon, 21 Mar 2022 19:38:06 +0100 Subject: [PATCH] Update ffmpeg.yml --- .github/workflows/ffmpeg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ffmpeg.yml b/.github/workflows/ffmpeg.yml index 433c179..52076eb 100644 --- a/.github/workflows/ffmpeg.yml +++ b/.github/workflows/ffmpeg.yml @@ -114,7 +114,7 @@ jobs: - name: Set up MSYS2 uses: msys2/setup-msys2@v2 with: - install: base-devel binutils autotools automake + install: base-devel binutils autotools automake mingw-w64-x86_64-cmake path-type: inherit - name: Set up cache uses: actions/cache@v2