Skip to content

Commit

Permalink
ci: Windows: Add gperf to dependency list
Browse files Browse the repository at this point in the history
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 <lars@metafoo.de>
  • Loading branch information
larsclausen authored and steveicarus committed Dec 27, 2022
1 parent ba37028 commit 4fd5291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
install: >
git
base-devel
gperf
mingw-w64-${{ matrix.arch }}-toolchain
- name: Build and check
Expand Down

0 comments on commit 4fd5291

Please sign in to comment.