Skip to content

Commit 7288c64

Browse files
committed
compile-yml: update to docker container improject:v1.0.3
1 parent 47c0086 commit 7288c64

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/compile.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,17 @@ jobs:
2020
]
2121

2222
container:
23-
image: px4io/px4-dev-nuttx-focal:2021-09-08
23+
image: igormisic/improject:v1.0.3
2424
options: --privileged --ulimit core=-1 --security-opt seccomp=unconfined
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
submodules: 'true'
30-
30+
31+
- name: Mark repository as safe
32+
run: git config --global --add safe.directory $GITHUB_WORKSPACE
33+
3134
- name: make ${{matrix.config}}
3235
run: make ${{matrix.config}}
3336

0 commit comments

Comments
 (0)