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