From 69bbafb3511062aa5af59456f38bec8b59426f5d Mon Sep 17 00:00:00 2001 From: Jason Marechal Date: Tue, 25 Jul 2023 11:44:58 +0200 Subject: [PATCH] Try submodules --- .github/workflows/ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 61eac791587..9709355f65b 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -84,8 +84,8 @@ jobs: - name: Init submodule run: | - git submodule update --init src/antares-deps - git submodule update --init src/tests/resources/Antares_Simulator_Tests + git submodule update --init --remote src/antares-deps + git submodule update --init --remote src/tests/resources/Antares_Simulator_Tests - name: Configure push run: |