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 7f12283 commit 5a204cdCopy full SHA for 5a204cd
.github/workflows/reusable-build-build.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Install Rust Toolchain
65
uses: ./.github/actions/rustup
66
with:
67
- key: ${{ inputs.target }}-${{ inputs.profile }}-pshu-${{ inputs.prefer_docker == 'true' && 'docker' || 'native' }}
+ key: ${{ inputs.target }}-${{ inputs.profile }}-pshu-1-${{ inputs.prefer_docker == 'true' && 'docker' || 'native' }}
68
# don't need use cache in self-hosted windows; benefits of build with cargo build are wasted by cache restore
69
save-if: true
70
0 commit comments