We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apt-get update
1 parent 336c669 commit 59e8775Copy full SHA for 59e8775
.github/workflows/test.yml
@@ -187,6 +187,7 @@ jobs:
187
run: sudo make install
188
- name: Install test dependencies
189
run: |
190
+ sudo apt-get update
191
sudo apt-get install -y --no-install-recommends ovmf qemu-system-x86 qemu-utils
192
sudo modprobe kvm
193
# `sudo usermod -aG kvm $(whoami)` does not take an effect on GHA
@@ -235,6 +236,7 @@ jobs:
235
236
sudo make install
237
238
239
240
241
242
0 commit comments