Add OndselSolver as git submodule

also update github actions to pull submodules
This commit is contained in:
Adrián Insaurralde Avalos
2023-10-23 10:45:41 -03:00
committed by WandererFan
parent 79e642aed2
commit fc495c1c12
8 changed files with 22 additions and 1 deletions

View File

@@ -64,6 +64,8 @@ jobs:
steps:
- name: Checking out source code
uses: actions/checkout@v3
with:
submodules: true
- name: Make needed directories, files and initializations
id: Init
run: |