Merge pull request #263 from dbachelder/fix/native-build-cache

ci: cache native Rust builds per platform
This commit is contained in:
TÂCHES 2026-03-13 15:27:22 -06:00 committed by GitHub
commit e5cedfa81b

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: |