Skip to content

Commit

Permalink
Trying to fix C++ tests (gcc/Linux/ARM64).
Browse files Browse the repository at this point in the history
By not using ./.github/actions/cpp-tests.
  • Loading branch information
rturrado committed Mar 15, 2024
1 parent 888b12c commit 5983134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5983134

Please sign in to comment.