We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2f1c8 commit 0d27b74Copy full SHA for 0d27b74
.github/workflows/ci-job.yml
@@ -67,7 +67,7 @@ jobs:
67
save-if: ${{ inputs.is_main }}
68
69
- name: Clean
70
- if: inputs.is_main
+ if: ${{ inputs.is_main || inputs.os == 'windows-2022' }}
71
run: cargo clean
72
73
# ************************************************************************************************
0 commit comments