Actions: enviroment and scripts: fix safe directory
This commit is contained in:
parent
4df05bac28
commit
75d74ccf90
2
.github/workflows/test_environment.yml
vendored
2
.github/workflows/test_environment.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
||||
*"archlinux"*)
|
||||
cp /etc/skel/.bashrc /root
|
||||
cp /etc/skel/.bashrc /github/home
|
||||
git config --global --add safe.directory /__w/ardupilot/ardupilot
|
||||
git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
||||
Tools/environment_install/install-prereqs-arch.sh -qy
|
||||
;;
|
||||
esac
|
||||
|
1
.github/workflows/test_scripts.yml
vendored
1
.github/workflows/test_scripts.yml
vendored
@ -30,4 +30,5 @@ jobs:
|
||||
CI_BUILD_TARGET: ${{matrix.config}}
|
||||
shell: bash
|
||||
run: |
|
||||
git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
||||
Tools/scripts/build_ci.sh
|
||||
|
Loading…
Reference in New Issue
Block a user