Skip to content

Commit b4e3e48

Browse files
Mike ProsserMike Prosser
authored andcommitted
Add step to initialize ni-apis submodule in build workflow
1 parent 9327815 commit b4e3e48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Check out repo
1313
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14+
- name: Initialize ni-apis submodule
15+
run: git submodule update --init ni-apis
1416
- name: Set up Python
1517
uses: ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
1618
id: setup-python

0 commit comments

Comments
 (0)