From 4fd5291632232fbe1ba49b2c26bb6b2bf1c6c9cf Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Mon, 26 Dec 2022 10:05:09 -0800 Subject: [PATCH] ci: Windows: Add gperf to dependency list msys2 removed the gperf package from the base-devel package collection[1]. Add gperf explicitly to the dependency list, without this the Windows CI will fail. [1] https://github.com/msys2/MSYS2-packages/commit/085698dce3b5e481f0db586173d0157c8e5c8ff9 Signed-off-by: Lars-Peter Clausen --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36af84539..1b529f9ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -99,6 +99,7 @@ jobs: install: > git base-devel + gperf mingw-w64-${{ matrix.arch }}-toolchain - name: Build and check