From 60d8ff6e275b04d7489ff7913960e55a327fe69f Mon Sep 17 00:00:00 2001 From: Julian Uy Date: Tue, 5 Mar 2024 07:01:13 -0600 Subject: [PATCH] remove: mingw-w64-i686-extra-cmake-modules in CI reference: https://github.com/msys2/MINGW-packages/commit/e6773c3f9422ad268c54aa59a34b471a77293e75 --- .github/workflows/compilation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 058ddf3..9ed53a3 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -44,7 +44,7 @@ jobs: msystem: MINGW32 install: | base-devel git make texinfo flex bison patch binutils mingw-w64-i686-gcc mpc-devel tar - mingw-w64-i686-cmake mingw-w64-i686-extra-cmake-modules mingw-w64-i686-make mingw-w64-i686-libogg + mingw-w64-i686-cmake mingw-w64-i686-make mingw-w64-i686-libogg update: true shell: msys2 {0}