Skip to content

Commit

Permalink
fix bug with deps
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc committed Mar 6, 2024
1 parent e068359 commit 338e059
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/kvm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
sudo apt update
sudo apt-get install -y qemu libvirt-daemon-system ebtables libguestfs-tools vagrant ruby-fog-libvirt
sudo adduser $(whoami) libvirt && sudo adduser $(whoami) kvm
sudo adduser $USER libvirt && sudo adduser $USER kvm
- name: Cache Vagrant boxes
uses: actions/cache@v2
Expand All @@ -46,11 +46,11 @@ jobs:
restore-keys: |
${{ runner.os }}-vagrant-
- name: Install vagrant
run: |
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt update && sudo apt install -y vagrant
# - name: Install vagrant
# run: |
# curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
# sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
# sudo apt update && sudo apt install -y vagrant

- name: Check Libvirt status
run: |
Expand Down

0 comments on commit 338e059

Please sign in to comment.