diff --git a/.github/workflows/centos7.yml b/.github/workflows/centos7.yml index aa043a8bb8..148bdd1da3 100644 --- a/.github/workflows/centos7.yml +++ b/.github/workflows/centos7.yml @@ -32,7 +32,7 @@ jobs: - name: Init submodule run: | - git submodule update --init --remote src/antares-deps src/tests/resources/Antares_Simulator_Tests + git submodule update --init --recursive src . - name: Download & extract precompiled deps at root run: | diff --git a/.github/workflows/oracle8.yml b/.github/workflows/oracle8.yml index efbff48a81..2050ba82a2 100644 --- a/.github/workflows/oracle8.yml +++ b/.github/workflows/oracle8.yml @@ -43,7 +43,7 @@ jobs: - name: Init submodule run: | git config --global safe.directory '*' - git submodule update --init --remote src/antares-deps src/tests/resources/Antares_Simulator_Tests + git submodule update --init --recursive src . - name: Install dependencies run: |