Skip to content

Commit

Permalink
Try to disable the cache for coverage jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jun 30, 2022
1 parent a66527e commit 0818dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0818dcf

Please sign in to comment.