From 0cbbc1dc99237cde8931b33eb5be85213eb4a235 Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 8 Nov 2021 17:08:10 +0300 Subject: [PATCH] Update .github/workflows/ci.yml Review fixes for workflow Co-authored-by: lhchavez --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a8adf3..a929f93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,6 +117,10 @@ jobs: id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 + - name: Install libgit2 build dependencies + run: | + git submodule update --init + sudo apt-get install -y --no-install-recommends libssh2-1-dev - name: Generate files run: make generate - name: Check nothing changed