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.
target
1 parent a370b4d commit bcef3e4Copy full SHA for bcef3e4
.github/workflows/test.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: actions/cache@v1
59
with:
60
path: target
61
- key: ${{ matrix.target.rust-target }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ matrix.target.rust-target }}-${{ matrix.python }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
62
63
- name: Set up Python ${{ matrix.python }}
64
if: matrix.target.id != 'linux-aarch64'
0 commit comments