Skip to content

Commit 5fa3796

Browse files
authored
Initialize ni-apis submodule in client artifact creation
1 parent b785c6c commit 5fa3796

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/create_client_artifacts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
- name: Checkout Repo
2626
uses: actions/checkout@v4
2727

28+
- name: Initialize ni-apis submodule
29+
run: |
30+
git submodule update --init third_party/ni-apis
31+
2832
- name: Setup python3
2933
uses: actions/setup-python@v5
3034
with:

0 commit comments

Comments
 (0)