From 2917e92ca43f592f7ff19e5529bc6c4b437cae3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Mi=C5=A1i=C4=87?= Date: Sat, 24 May 2025 21:26:24 +0200 Subject: [PATCH] compile-yml: update to docker container improject:v1.0.3 --- .github/workflows/compile.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 8105e06..0866ca8 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -20,14 +20,17 @@ jobs: ] container: - image: px4io/px4-dev-nuttx-focal:2021-09-08 + image: igormisic/improject:v1.0.3 options: --privileged --ulimit core=-1 --security-opt seccomp=unconfined steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} submodules: 'true' - + + - name: Mark repository as safe + run: git config --global --add safe.directory $GITHUB_WORKSPACE + - name: make ${{matrix.config}} run: make ${{matrix.config}}