Skip to content

Commit 85dab00

Browse files
committed
Update build-ova.yml
1 parent 34e06e9 commit 85dab00

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build-ova.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,10 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
sudo apt-get update -qq
37-
sudo apt-get install -y --no-install-recommends \
38-
ovmf \
39-
cpu-checker
37+
sudo apt-get install -y --no-install-recommends ovmf
4038
4139
- name: Check KVM availability
42-
run: kvm-ok
40+
run: ls /dev/kvm
4341

4442
- name: Setup Packer
4543
uses: hashicorp/setup-packer@main

0 commit comments

Comments
 (0)