Skip to content

Commit 936eed3

Browse files
committed
Fix: Mark submodule directory as safe for CI workflow
1 parent 941b455 commit 936eed3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
submodules: recursive
2424
fetch-depth: 0
2525

26+
- name: Mark submodule directory as safe
27+
run: git config --global --add safe.directory ${{ github.workspace }}/deps/libpaw_interface
28+
2629
- name: Install CI tools
2730
run: |
2831
sudo apt-get update

0 commit comments

Comments
 (0)