From c9b4ccaf772ec1a1ab7b8a57ef55c1b3463cb36f Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Thu, 14 Nov 2024 10:41:28 +1100 Subject: [PATCH] CI fix Attempt #3 (#1810) --- .github/workflows/build_and_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index b011e49c6..799804d67 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -76,7 +76,7 @@ jobs: # This workaround is to force j4rs to be rebuilt from scratch via cargo clean. # This has a cost on CI runtime and in the future we should find another solution as discussed above. - name: Workaround j4rs cache issue - run: cargo clean -p j4rs + run: cargo clean -p j4rs ${{ matrix.cargo_flags }} - name: Build tests run: |