Skip to content

Commit

Permalink
ci: install submobules
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaZotov committed Dec 25, 2024
1 parent 6aa890e commit 63d1894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
run: |
cd scripts
./set_vars.sh
./install_platform.sh
./install_submodules.sh
2 changes: 1 addition & 1 deletion .github/workflows/minimal_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
run: |
cd scripts
./set_vars.sh
./install_minimal_platform.sh
./install_minimal_submodules.sh

0 comments on commit 63d1894

Please sign in to comment.