Skip to content

Commit 15a7254

Browse files
committed
chore(ci) The cache key for target includes the Python version.
1 parent bcef3e4 commit 15a7254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/cache@v1
9191
with:
9292
path: target
93-
key: ${{ matrix.target.rust-target }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
93+
key: ${{ matrix.target.rust-target }}-${{ matrix.python }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
9494

9595
- name: Set up Python ${{ matrix.python }}
9696
if: matrix.target.id != 'linux-aarch64'

0 commit comments

Comments
 (0)