From 98af0b6196a4d5e08386868b7a711d88e510b13c 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 8a663904983..2036a432dac 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -979,7 +979,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