From bb017c490e6c24bf65e601e32d66b8b34fd9a4f2 Mon Sep 17 00:00:00 2001 From: Djordje Lukic Date: Thu, 30 Apr 2020 17:47:28 +0200 Subject: [PATCH] Only install required go dependencies --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca7b8eea..5130ac76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: arduino/setup-protoc@master - name: Get dependencies - run: ./setup-dev.sh + run: ./scripts/setup/install-go-gen - name: Protos run: make protos