From a64e4a1a75ab043f0578ea14922cdc4fd1ba6196 Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 8 Nov 2021 17:29:12 +0300 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: lhchavez --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a929f93..c613e3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,6 +121,7 @@ jobs: run: | git submodule update --init sudo apt-get install -y --no-install-recommends libssh2-1-dev + go install golang.org/x/tools/cmd/stringer@latest - name: Generate files run: make generate - name: Check nothing changed