mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-01 13:49:05 +00: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: 59dae9a766
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ notifications:
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install -y libmpfr-dev libmpc-dev libgmp-dev
|
- 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:
|
script:
|
||||||
- cd Toolchain
|
- cd Toolchain
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue