Skip to content

Commit 02169e3

Browse files
committed
Merge branch 'feat-python-3.9'
2 parents 802922e + 15a7254 commit 02169e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)