Skip to content

Commit 438f100

Browse files
committed
[CI] gap9-w-ne16-tiled: mark workspace safe (match other runner workflows)
The NE16 CI runs on ecab71e and 7f6ce26 tripped on git's "dubious ownership" check for TargetLibraries/CMSIS/third_party/CMSIS-NN during submodule fetch, killing the job before any pytest started. The CMSIS-NN submodule SHA hasn't changed since 822dd32 (where this workflow last passed), so this is purely a runner workspace-ownership issue. Add the same Mark workspace as safe step that every other platform's _runner-*.yml already uses (siracusa, snitch, gap9, gap9-tiled, chimera, generic, cortexm, mempool, siracusa-neureka-tiled, ...).
1 parent 7f6ce26 commit 438f100

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/_runner-gap9-w-ne16-tiled.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
container:
2525
image: ${{ inputs.docker-image }}
2626
steps:
27+
- name: Mark workspace as safe
28+
run: git config --global --add safe.directory '*'
2729
- name: Checkout Repo
2830
uses: actions/checkout@v4
2931
with:

0 commit comments

Comments
 (0)