We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2354e59 commit 7d40060Copy full SHA for 7d40060
1 file changed
ci_config.json
@@ -649,19 +649,29 @@
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",
- "musl-libintl",
667
+ "gettext-dev",
668
+ "json-glib-dev",
669
- "bison",
- "gettext"
670
+ "bison"
671
+ ],
672
+ "msys_packages": [
673
674
+ "json-glib"
675
676
"python_packages": [
677
"setuptools",
0 commit comments