install libvirt-dev in gha workflow

pull/10464/head
Ilya Zuyev 2021-02-12 16:03:04 -08:00
parent cd0f31caea
commit ed8b7842eb
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ jobs:
run: go mod download
- name: Build Binaries
run: |
sudo apt-get install -y libvirt-dev
make cross e2e-cross debs
cp -r test/integration/testdata ./out
whoami

View File

@ -25,6 +25,7 @@ jobs:
run: go mod download
- name: Build Binaries
run: |
sudo apt-get install -y libvirt-dev
make cross e2e-cross debs
cp -r test/integration/testdata ./out
whoami