Skip to content

Commit 25d61ad

Browse files
committed
fix
1 parent 10fa0b5 commit 25d61ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/static_analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
container:
1111
image: seajackal/hydrodrivers:latest
1212
steps:
13+
- name: Update submodules
14+
run: git submodule update --init --recursive
1315
- uses: actions/checkout@v4
1416
- name: Configure using CMake preset (Debug)
1517
run: |

0 commit comments

Comments
 (0)