From bc6acb95e22fcfc0853baa713d3064a50a101f80 Mon Sep 17 00:00:00 2001 From: zackees Date: Wed, 22 Apr 2026 09:53:51 -0700 Subject: [PATCH] ci: scope native release target cache --- .github/workflows/template_native_build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/template_native_build.yml b/.github/workflows/template_native_build.yml index d109d81c..26367258 100644 --- a/.github/workflows/template_native_build.yml +++ b/.github/workflows/template_native_build.yml @@ -59,6 +59,11 @@ jobs: build-cache: true target-cache: true cache-key-suffix: native-${{ inputs.target }} + target-cache-paths: | + target/${{ inputs.target }}/release + target/*-unknown-linux-gnu.2.17/release + target/*-unknown-linux-gnu/release + target/release - uses: actions/setup-python@v6 with: