We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290ab42 commit f55e86bCopy full SHA for f55e86b
1 file changed
.github/actions/libvmi-setup/action.yml
@@ -13,7 +13,7 @@ runs:
13
14
- name: install dependencies
15
shell: bash
16
- run: sudo apt-get update && sudo apt-get install -qq cmake bison flex check libjson-c-dev libglib2.0-dev libxenstore3.0 libxen-dev libvirt-dev
+ run: sudo apt-get update && sudo apt-get install -qq cmake flex bison libglib2.0-dev libvirt-dev libjson-c-dev libyajl-dev
17
18
- name: clone libvmi
19
uses: actions/checkout@v2
0 commit comments