From b389ac1d9bae7464974c546b7184070a5c4c29e5 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Mon, 21 Mar 2022 15:23:44 +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 a796968..f52d749 100644 --- a/.github/workflows/ffmpeg.yml +++ b/.github/workflows/ffmpeg.yml @@ -21,7 +21,7 @@ jobs: - name: Set up MSYS2 uses: msys2/setup-msys2@v2 with: - install: base-devel binutils autoconf + install: base-devel binutils autotools automake path-type: inherit - name: Set up GIT run: |