From 9a0ddaa802d6a6641d1f9f270d5b92d3841c35f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Tue, 12 Mar 2024 13:48:57 -0300 Subject: [PATCH] github: workflows: build: Install git MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d74ceb3..ae30898 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,7 +101,7 @@ jobs: run: | export SCCACHE_DIR=/tmp/.cache export PATH="$HOME/.cargo/bin:$PATH" - apt install -y pkg-config libudev-dev libssl-dev openssl + apt install -y pkg-config libudev-dev libssl-dev openssl git sccache --show-stats # Fix issues related to git unable to use current directory since its not from current user git config --global --add safe.directory '*'