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] 085698dce3
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:
parent
ba370285f3
commit
4fd5291632
|
|
@ -99,6 +99,7 @@ jobs:
|
|||
install: >
|
||||
git
|
||||
base-devel
|
||||
gperf
|
||||
mingw-w64-${{ matrix.arch }}-toolchain
|
||||
|
||||
- name: Build and check
|
||||
|
|
|
|||
Loading…
Reference in New Issue