From 4b8fd2814841d2102b3454cdba59a09e7c9028c2 Mon Sep 17 00:00:00 2001 From: Sam Kleinman Date: Tue, 7 Dec 2021 10:27:49 -0500 Subject: [PATCH] ci: fix missing dependency (#7396) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f119ec04c..da51f0395 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: go.mod go.sum - name: install - run: make install + run: make install install_abci if: "env.GIT_DIFF != ''" - name: test_apps run: test/app/test.sh