1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:07:45 +00:00

Make sure the CI has qemu-utils installed.

This commit is contained in:
Andreas Kling 2019-06-04 16:38:14 +02:00
parent e1c982e4db
commit 59dae9a766

View file

@ -16,7 +16,7 @@ notifications:
before_install:
- sudo apt-get update
- sudo apt-get install -y libmpfr-dev libmpc-dev libgmp-dev
- sudo apt-get install -y e2fsprogs qemu-system-i386
- sudo apt-get install -y e2fsprogs qemu-system-i386 qemu-utils
script:
- cd Toolchain