From e9ab9ca5a0de30b042adbc1a288cda9e1910b240 Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Sat, 3 Jul 2021 21:31:08 +0300 Subject: 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. --- Documentation/SelfHostedRunners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/SelfHostedRunners.md') 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 -- cgit v1.2.3