ci: cache native Rust builds per platform

This commit is contained in:
dan 2026-03-13 14:18:38 -07:00
parent b607a1df73
commit 8064981764

View file

@ -49,6 +49,13 @@ jobs:
with:
targets: ${{ matrix.target }}
- name: Cache Rust build artifacts
uses: Swatinem/rust-cache@v2
with:
shared-key: native-${{ matrix.platform }}
workspaces: |
native -> target
- name: Install cross-compilation tools (Linux ARM64)
if: matrix.cross
run: |