mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Documentation: Add git to the list of self-hosted runner requirements
Github-hosted runners have this pre-installed, so our actions script do not install it themselves.
This commit is contained in:
parent
f2dca54bf0
commit
e9ab9ca5a0
Notes:
sideshowbarker
2024-07-18 10:36:38 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/e9ab9ca5a0d Pull-request: https://github.com/SerenityOS/serenity/pull/8408 Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ These instructions assume the OS installed is Ubuntu 20.04 (Focal), so they migh
|
|||
```shell
|
||||
add-apt-repository ppa:canonical-server/server-backports
|
||||
apt update
|
||||
apt install build-essential make cmake clang-format-11 gcc-10 g++-10 libstdc++-10-dev libgmp-dev ccache libmpfr-dev libmpc-dev ninja-build e2fsprogs qemu-utils qemu-system-i386 wabt
|
||||
apt install git build-essential make cmake clang-format-11 gcc-10 g++-10 libstdc++-10-dev libgmp-dev ccache libmpfr-dev libmpc-dev ninja-build e2fsprogs qemu-utils qemu-system-i386 wabt
|
||||
```
|
||||
### Force usage of GCC 10
|
||||
```shell
|
||||
|
|
Loading…
Reference in a new issue