From 0818dcfff8d1a4ecdb64e0c71dcfa56cf932be7c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 23 Jun 2022 17:05:59 +0200 Subject: [PATCH] Try to disable the cache for coverage jobs maybe fix https://github.com/mozilla/grcov/issues/849 --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index f91795cbfec..66ec0423dd0 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -980,7 +980,7 @@ jobs: - { os: windows-latest , features: windows } steps: - uses: actions/checkout@v3 - - uses: Swatinem/rust-cache@v1 + # - uses: Swatinem/rust-cache@v1 # - name: Reattach HEAD ## may be needed for accurate code coverage info # run: git checkout ${{ github.head_ref }} - name: Initialize workflow variables