Update .github/workflows/ci.yml

Review fixes for workflow

Co-authored-by: lhchavez <lhchavez@lhchavez.com>
This commit is contained in:
Kirill 2021-11-08 17:08:10 +03:00 committed by GitHub
parent 67bd1b00f6
commit 0cbbc1dc99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -117,6 +117,10 @@ jobs:
id: go id: go
- name: Check out code into the Go module directory - name: Check out code into the Go module directory
uses: actions/checkout@v2 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 - name: Generate files
run: make generate run: make generate
- name: Check nothing changed - name: Check nothing changed