From 8b0ace372653e222752b182b2b760d172e521247 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 eecc21942..2bc5e762b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -98,6 +98,7 @@ jobs: install: > git base-devel + gperf mingw-w64-${{ matrix.arch }}-toolchain - name: Build and check