提交 ed8b7842 编写于 作者: I Ilya Zuyev

install libvirt-dev in gha workflow

上级 cd0f31ca
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册