Update .github/workflows/ci.yml
Co-authored-by: lhchavez <lhchavez@lhchavez.com>
This commit is contained in:
parent
0e14c5c3cd
commit
a64e4a1a75
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue