We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b785c6c commit 5fa3796Copy full SHA for 5fa3796
1 file changed
.github/workflows/create_client_artifacts.yml
@@ -25,6 +25,10 @@ jobs:
25
- name: Checkout Repo
26
uses: actions/checkout@v4
27
28
+ - name: Initialize ni-apis submodule
29
+ run: |
30
+ git submodule update --init third_party/ni-apis
31
+
32
- name: Setup python3
33
uses: actions/setup-python@v5
34
with:
0 commit comments