mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
CI: added git safe directory
This commit is contained in:
parent
33fafed63c
commit
c1e2bc7ffa
2
.github/workflows/ccache.env
vendored
2
.github/workflows/ccache.env
vendored
@ -1,6 +1,8 @@
|
||||
# common ccache env vars for CI
|
||||
export CCACHE_SLOPPINESS=file_stat_matches
|
||||
|
||||
git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
||||
|
||||
mkdir -p ~/.ccache
|
||||
echo "base_dir = ${GITHUB_WORKSPACE}" > ~/.ccache/ccache.conf
|
||||
echo "compression = true" >> ~/.ccache/ccache.conf
|
||||
|
Loading…
Reference in New Issue
Block a user