From 15ef7e62feb89b70f4cbeff66cfb61c74208c046 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Thu, 22 Aug 2024 16:43:29 +0100 Subject: [PATCH] ci: install avro plugin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab22d99..cc18724 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ test: get_pact_ffi: ./script/download-libs.sh -get_pact_plugins: get_plugin_cli install_matt_plugin +get_pact_plugins: get_plugin_cli install_matt_plugin install_avro_plugin get_plugin_cli: ./script/download-plugin-cli.sh