From ba75b4b6686ee500617c765ec9518541a041dfb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Mon, 18 Sep 2023 18:37:16 +0200 Subject: [PATCH] ci: add `-y --no-install-recommends` for self-hosted MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 250fbc29f3..7c87356d6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |