Skip to content

Commit

Permalink
ci: add -y --no-install-recommends for self-hosted
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Sep 18, 2023
1 parent 168e27f commit ba75b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
- name: Install QEMU, NASM
run: |
sudo apt-get update
sudo apt-get install qemu-system-x86 nasm
sudo apt-get install -y --no-install-recommends qemu-system-x86 nasm
- name: Check KVM availability
shell: bash
run: |
Expand Down

0 comments on commit ba75b4b

Please sign in to comment.