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: |
|
run: |
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
sudo apt-get install -y --no-install-recommends libssh2-1-dev
|
sudo apt-get install -y --no-install-recommends libssh2-1-dev
|
||||||
|
go install golang.org/x/tools/cmd/stringer@latest
|
||||||
- name: Generate files
|
- name: Generate files
|
||||||
run: make generate
|
run: make generate
|
||||||
- name: Check nothing changed
|
- name: Check nothing changed
|
||||||
|
|
Loading…
Reference in New Issue