mirror of https://github.com/ArduPilot/ardupilot
Actions: Cygwin: mark repo as safe on using correct path
This commit is contained in:
parent
75d74ccf90
commit
f17545b4c3
|
@ -202,6 +202,7 @@ jobs:
|
|||
PATH: /usr/bin:$(cygpath ${SYSTEMROOT})/system32
|
||||
shell: C:\cygwin\bin\bash.exe -eo pipefail '{0}'
|
||||
run: >-
|
||||
git config --global --add safe.directory /cygdrive/d/a/${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/}/${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/} &&
|
||||
export PATH=/usr/local/bin:/usr/bin:$(cygpath ${SYSTEMROOT})/system32 &&
|
||||
source ~/ccache.conf &&
|
||||
Tools/scripts/cygwin_build.sh &&
|
||||
|
|
Loading…
Reference in New Issue