From 07652640f84cba2ee0ddeef7924c82fa4e89871b Mon Sep 17 00:00:00 2001 From: Jason Marechal Date: Mon, 9 Oct 2023 13:29:50 +0200 Subject: [PATCH] Try fix centOS --- .github/workflows/centos7-system-deps-build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/centos7-system-deps-build.yml b/.github/workflows/centos7-system-deps-build.yml index a569ae826..5ef68b57c 100644 --- a/.github/workflows/centos7-system-deps-build.yml +++ b/.github/workflows/centos7-system-deps-build.yml @@ -16,7 +16,7 @@ jobs: antares-xpansion-version: ${{steps.antares-xpansion-version.outputs.result}} antares-deps-version: ${{steps.antares-deps-version.outputs.result}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Read antares-solver version id: antares-version uses: ./.github/actions/read-json-value @@ -67,7 +67,10 @@ jobs: echo "source scl_source enable rh-git227" >> ~/.bashrc echo "source scl_source enable devtoolset-9" >> ~/.bashrc - - uses: actions/checkout@v3 + - run: | + git --version + + - uses: actions/checkout@v4 with: submodules: true