We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c0086 commit 7288c64Copy full SHA for 7288c64
.github/workflows/compile.yml
@@ -20,14 +20,17 @@ jobs:
20
]
21
22
container:
23
- image: px4io/px4-dev-nuttx-focal:2021-09-08
+ image: igormisic/improject:v1.0.3
24
options: --privileged --ulimit core=-1 --security-opt seccomp=unconfined
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
with:
28
token: ${{ secrets.GITHUB_TOKEN }}
29
submodules: 'true'
30
-
+
31
+ - name: Mark repository as safe
32
+ run: git config --global --add safe.directory $GITHUB_WORKSPACE
33
34
- name: make ${{matrix.config}}
35
run: make ${{matrix.config}}
36
0 commit comments