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: |