Add rust cache

This commit is contained in:
Sander Declerck 2025-12-12 15:10:34 +01:00
parent 1468615846
commit 17967bbb82
No known key found for this signature in database

View file

@ -125,10 +125,13 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Rust - run: rustup toolchain install stable
uses: dtolnay/rust-toolchain@stable
- name: Cache Rust dependencies and build artifacts
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
with: with:
targets: ${{ matrix.target }} workspaces: "proxy -> target"
key: ${{ matrix.target }}
- name: Build proxy - name: Build proxy
working-directory: proxy working-directory: proxy