Update .github/workflows/ci.yml
Review fixes for workflow Co-authored-by: lhchavez <lhchavez@lhchavez.com>
This commit is contained in:
parent
67bd1b00f6
commit
0cbbc1dc99
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue