forked from Archive/PX4-Autopilot
parent
0c2a8266bc
commit
ce8dd2ba48
|
@ -30,6 +30,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{secrets.ACCESS_TOKEN}}
|
token: ${{secrets.ACCESS_TOKEN}}
|
||||||
|
|
||||||
|
- name: ownership workaround
|
||||||
|
run: git config --system --add safe.directory '*'
|
||||||
|
|
||||||
- name: make ${{matrix.target}}
|
- name: make ${{matrix.target}}
|
||||||
run: make ${{matrix.target}}
|
run: make ${{matrix.target}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue