install libvirt-dev in gha workflow
parent
cd0f31caea
commit
ed8b7842eb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue