We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2354e59 commit 38aa488Copy full SHA for 38aa488
1 file changed
ci_config.json
@@ -649,19 +649,28 @@
649
"jsonrpc-glib:enable_tests=false"
650
],
651
"debian_packages": [
652
+ "valac",
653
+ "libgirepository1.0-dev",
654
+ "libjson-glib-dev",
655
"flex",
656
"bison"
657
658
"brew_packages": [
659
+ "vala",
660
+ "json-glib",
661
662
663
664
"alpine_packages": [
665
666
"python3-dev",
667
"musl-libintl",
668
669
"bison",
670
"gettext"
671
+ ],
672
+ "choco_packages": [
673
+ "winflexbison3"
674
675
"python_packages": [
676
"setuptools",
0 commit comments