From eee63abbf48b8eae604b472039d1f9854974ebf9 Mon Sep 17 00:00:00 2001 From: Vincent Payet Date: Fri, 29 Sep 2023 12:41:49 +0200 Subject: [PATCH] Submodules init --- .github/workflows/centos7.yml | 2 +- .github/workflows/oracle8.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: |