Skip to content

Commit 145b52b

Browse files
committed
chore(ci): install rust toolchain for parameters checks
This is needed since our AWS EC2 image doesn't embed Rust toolchain.
1 parent e3f92e0 commit 145b52b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/parameters_check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
persist-credentials: 'false'
4949
token: ${{ secrets.REPO_CHECKOUT_TOKEN }}
5050

51+
- name: Install latest stable
52+
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # zizmor: ignore[stale-action-refs] this action doesn't create releases
53+
with:
54+
toolchain: stable
55+
5156
- name: Checkout lattice-estimator
5257
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
5358
with:

0 commit comments

Comments
 (0)