chore(ci): install rust toolchain for parameters checks

This is needed since our AWS EC2 image doesn't embed Rust toolchain.
This commit is contained in:
David Testé
2025-11-20 09:54:03 +01:00
committed by David Testé
parent 4928efcca8
commit eb2cf19d10

View File

@@ -48,6 +48,11 @@ jobs:
persist-credentials: 'false'
token: ${{ secrets.REPO_CHECKOUT_TOKEN }}
- name: Install latest stable
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # zizmor: ignore[stale-action-refs] this action doesn't create releases
with:
toolchain: stable
- name: Checkout lattice-estimator
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
with: