Skip to content

Commit 25db046

Browse files
committed
Added safe.directory for workspace
1 parent 15c71e8 commit 25db046

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/emu-test-stm32h5.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Init submodules
16-
run: git submodule update --init --single-branch
16+
run: |
17+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
18+
git submodule update --init --single-branch
1719
1820
- name: Configure stm32h5 (TZ) and build wolfboot
1921
run: |

0 commit comments

Comments
 (0)