From 5983134d31ae830e7cf07b86397956881ae31047 Mon Sep 17 00:00:00 2001 From: rturrado <68099809+rturrado@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:23:44 +0100 Subject: [PATCH] Trying to fix C++ tests (gcc/Linux/ARM64). By not using ./.github/actions/cpp-tests. --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f1019c76..33f72291 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -91,6 +91,8 @@ jobs: # We clean the Conan cache as a preventive measure for our runs in self-hosted runners # Self-hosted runners use containers that cache Conan packages from previous runs, # and that can cause different type of problems + - name: Get latest CMake + uses: lukka/get-cmake@latest - name: Configure and build run: | conan profile detect --force