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.
2 parents 802922e + 15a7254 commit 02169e3Copy full SHA for 02169e3
.github/workflows/release.yml
@@ -90,7 +90,7 @@ jobs:
90
uses: actions/cache@v1
91
with:
92
path: target
93
- key: ${{ matrix.target.rust-target }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ matrix.target.rust-target }}-${{ matrix.python }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
94
95
- name: Set up Python ${{ matrix.python }}
96
if: matrix.target.id != 'linux-aarch64'
0 commit comments