We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e06e9 commit 85dab00Copy full SHA for 85dab00
1 file changed
.github/workflows/build-ova.yml
@@ -34,12 +34,10 @@ jobs:
34
- name: Install dependencies
35
run: |
36
sudo apt-get update -qq
37
- sudo apt-get install -y --no-install-recommends \
38
- ovmf \
39
- cpu-checker
+ sudo apt-get install -y --no-install-recommends ovmf
40
41
- name: Check KVM availability
42
- run: kvm-ok
+ run: ls /dev/kvm
43
44
- name: Setup Packer
45
uses: hashicorp/setup-packer@main
0 commit comments