Skip to content

Commit 3c2fd85

Browse files
committed
fix cicd, step 36
1 parent 2231aed commit 3c2fd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/client_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
~/.cargo/registry/index/
7171
~/.cargo/registry/cache/
7272
~/.cargo/git/db/
73-
target/
73+
client/target/
7474
key: ${{ matrix.settings.host }}-${{ matrix.settings.target }}-cargo-${{ hashFiles('**/Cargo.lock') }}
7575
restore-keys: ${{ matrix.settings.host }}-cargo-${{ matrix.settings.target }}
7676
# - name: Setup tmate session

0 commit comments

Comments
 (0)