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.
1 parent 2231aed commit 3c2fd85Copy full SHA for 3c2fd85
.github/workflows/client_build.yml
@@ -70,7 +70,7 @@ jobs:
70
~/.cargo/registry/index/
71
~/.cargo/registry/cache/
72
~/.cargo/git/db/
73
- target/
+ client/target/
74
key: ${{ matrix.settings.host }}-${{ matrix.settings.target }}-cargo-${{ hashFiles('**/Cargo.lock') }}
75
restore-keys: ${{ matrix.settings.host }}-cargo-${{ matrix.settings.target }}
76
# - name: Setup tmate session
0 commit comments