Skip to content

Commit

Permalink
github: workflows: build: Install git
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Mar 12, 2024
1 parent 68a3076 commit 9a0ddaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -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 '*'
Expand Down

0 comments on commit 9a0ddaa

Please sign in to comment.