We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f92e0 commit 145b52bCopy full SHA for 145b52b
.github/workflows/parameters_check.yml
@@ -48,6 +48,11 @@ jobs:
48
persist-credentials: 'false'
49
token: ${{ secrets.REPO_CHECKOUT_TOKEN }}
50
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
+
56
- name: Checkout lattice-estimator
57
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
58
with:
0 commit comments