diff --git a/.github/workflows/centos7-system-deps-build.yml b/.github/workflows/centos7-system-deps-build.yml index 3391846c4..0406ecbe9 100644 --- a/.github/workflows/centos7-system-deps-build.yml +++ b/.github/workflows/centos7-system-deps-build.yml @@ -83,7 +83,12 @@ jobs: - name: Compile tbb uses: ./.github/workflows/compile-tbb with: - cmake: 'cmake3' + cmake: 'cmake3' + + - name: Setup cmake + uses: jwlawson/actions-setup-cmake@v1.13 + with: + cmake-version: '3.22.x' - name: Configure run: | diff --git a/cmake/dependencies/CMakeLists.txt.in b/cmake/dependencies/CMakeLists.txt.in index 9fdc3aa3a..ff26511fb 100644 --- a/cmake/dependencies/CMakeLists.txt.in +++ b/cmake/dependencies/CMakeLists.txt.in @@ -17,9 +17,7 @@ ExternalProject_Add(${PROJECT_NAME}_project GIT_TAG "@GIT_DEP_TAG@" LOG_DOWNLOAD FALSE GIT_SUBMODULES src/antares-deps - - UPDATE_DISCONNECTED TRUE - + # UPDATE_COMMAND "" LOG_UPDATE FALSE