Skip to content

Commit 4fd5291

Browse files
larsclausensteveicarus
authored andcommitted
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] msys2/MSYS2-packages@085698d Signed-off-by: Lars-Peter Clausen <[email protected]>
1 parent ba37028 commit 4fd5291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
install: >
100100
git
101101
base-devel
102+
gperf
102103
mingw-w64-${{ matrix.arch }}-toolchain
103104
104105
- name: Build and check

0 commit comments

Comments
 (0)