Skip to content

Commit feb1c92

Browse files
committed
ci: scope native release target cache
1 parent c001800 commit feb1c92

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/template_native_build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
build-cache: true
6060
target-cache: true
6161
cache-key-suffix: native-${{ inputs.target }}
62+
target-cache-paths: |
63+
target/${{ inputs.target }}/release
64+
target/*-unknown-linux-gnu.2.17/release
65+
target/*-unknown-linux-gnu/release
66+
target/release
6267
6368
- uses: actions/setup-python@v6
6469
with:

0 commit comments

Comments
 (0)