mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Actions: Cygwin: mark repo as safe on using correct path
This commit is contained in:
parent
75d74ccf90
commit
f17545b4c3
1
.github/workflows/cygwin_build.yml
vendored
1
.github/workflows/cygwin_build.yml
vendored
@ -202,6 +202,7 @@ jobs:
|
|||||||
PATH: /usr/bin:$(cygpath ${SYSTEMROOT})/system32
|
PATH: /usr/bin:$(cygpath ${SYSTEMROOT})/system32
|
||||||
shell: C:\cygwin\bin\bash.exe -eo pipefail '{0}'
|
shell: C:\cygwin\bin\bash.exe -eo pipefail '{0}'
|
||||||
run: >-
|
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 &&
|
export PATH=/usr/local/bin:/usr/bin:$(cygpath ${SYSTEMROOT})/system32 &&
|
||||||
source ~/ccache.conf &&
|
source ~/ccache.conf &&
|
||||||
Tools/scripts/cygwin_build.sh &&
|
Tools/scripts/cygwin_build.sh &&
|
||||||
|
Loading…
Reference in New Issue
Block a user