From ce85cffbee1da485dddc759e273dfe1c3306df2f Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Mon, 23 Jun 2025 16:49:54 -0700 Subject: [PATCH] ci: update tools and fix git ownership Signed-off-by: Ramon Roche --- .github/workflows/appimage.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 073548d9df..61893116b4 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -11,8 +11,13 @@ jobs: container: image: px4io/px4-dev:v1.16.0-rc1-258-g0369abd556 steps: - - name: Check out repository - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + submodules: recursive + + - name: Git ownership workaround + run: git config --system --add safe.directory '*' - name: Install PX4 dependencies run: |