Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
gh/wf/aqua: add libvirt system package
Browse files Browse the repository at this point in the history
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
  • Loading branch information
kshtsk committed Sep 8, 2021
1 parent 4ab7d86 commit c3199b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/aqua.yml
Expand Up @@ -12,6 +12,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install libvirt
run: |
sudo apt-get update
sudo apt-get install libvirt0
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit c3199b8

Please sign in to comment.