File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1919 with :
2020 repository : NTIA/p2108
2121 ref : AddPythonWrapper # Todo remove
22+
23+ - name : Clone required submodules
24+ uses : pietrobolcato/action-clone-private-submodule@main
25+ with :
26+ ssh_private_key : ${{ secrets.SSH_PRIVATE_KEY }}
27+ module_link : NTIA/p2108-python
28+ module_path : wrap/python
2229
2330 - name : Install CMake # (latest stable version)
2431 uses : lukka/get-cmake@latest
Original file line number Diff line number Diff line change 4545 ref : AddPythonWrapper # Todo remove
4646
4747 - name : Clone required submodules
48- run : |
49- git submodule init wrap/python
50- git submodule update
48+ uses : pietrobolcato/action-clone-private-submodule@main
49+ with :
50+ ssh_private_key : ${{ secrets.SSH_PRIVATE_KEY }}
51+ module_link : NTIA/p2108-python
52+ module_path : wrap/python
5153
5254 - name : Install tox-gh
5355 run : python -m pip install tox-gh
You can’t perform that action at this time.
0 commit comments