diff options
Diffstat (limited to 'Documentation/SelfHostedRunners.md')
-rw-r--r-- | Documentation/SelfHostedRunners.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SelfHostedRunners.md b/Documentation/SelfHostedRunners.md index b610eeb872..eb8379c04c 100644 --- a/Documentation/SelfHostedRunners.md +++ b/Documentation/SelfHostedRunners.md @@ -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 |