mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +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
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…
Add table
Add a link
Reference in a new issue