Skip to content

Commit

Permalink
Merge pull request #919 from mkroening/ci-apt
Browse files Browse the repository at this point in the history
ci: add `-y --no-install-recommends` for self-hosted
  • Loading branch information
mkroening authored Sep 18, 2023
2 parents 168e27f + ba75b4b commit fe8058d
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 fe8058d

Please sign in to comment.