Skip to content

Commit 5a204cd

Browse files
committed
chore: no cache
1 parent 7f12283 commit 5a204cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install Rust Toolchain
6565
uses: ./.github/actions/rustup
6666
with:
67-
key: ${{ inputs.target }}-${{ inputs.profile }}-pshu-${{ inputs.prefer_docker == 'true' && 'docker' || 'native' }}
67+
key: ${{ inputs.target }}-${{ inputs.profile }}-pshu-1-${{ inputs.prefer_docker == 'true' && 'docker' || 'native' }}
6868
# don't need use cache in self-hosted windows; benefits of build with cargo build are wasted by cache restore
6969
save-if: true
7070

0 commit comments

Comments
 (0)