mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
Make sure the CI has qemu-utils installed.
This commit is contained in:
parent
e1c982e4db
commit
59dae9a766
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue