Skip to content

Commit

Permalink
Trying fo fix cpp-linux-arm64 job.
Browse files Browse the repository at this point in the history
Removing Conan cache before build.
  • Loading branch information
rturrado committed Dec 19, 2023
1 parent ddbb90a commit ae9e0a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
fail-fast: false
matrix:
build_type:
- Debug
# - Debug
- Release
steps:
- name: Checkout
Expand All @@ -89,6 +89,11 @@ jobs:
run: |
apt-get update
apt-get install -y bison flex default-jre clang
shell: bash
- name: Clean Conan cache
run: |
conan remove -c "*/*"
shell: bash
- uses: ./.github/actions/cpp-tests
with:
build_type: ${{ matrix.build_type }}
Expand Down

0 comments on commit ae9e0a2

Please sign in to comment.