We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dcc3f commit efd0d7eCopy full SHA for efd0d7e
.github/workflows/docker-publish.yml
@@ -90,7 +90,7 @@ jobs:
90
target: ${{ matrix.platform.target }}
91
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
92
with:
93
- key: ${{ matrix.platform.target }}
+ key: ${{ matrix.profile }}-${{ matrix.platform.target }}
94
- name: Install cross
95
if: ${{ matrix.platform.use-cross }}
96
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708 # v2.42.37
0 commit comments