mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 21:21:50 +03:00
Make sure the CI has qemu-utils installed.
This commit is contained in:
parent
e1c982e4db
commit
59dae9a766
Notes:
sideshowbarker
2024-07-19 13:44:18 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/59dae9a7660
@ -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…
Reference in New Issue
Block a user