Skip to content

Commit f66e22a

Browse files
fix: use literal rust-toolchain version to fix invalid syntax
1 parent af030ce commit f66e22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636

3737
- name: Install Rust toolchain
38-
uses: dtolnay/rust-toolchain@${{ inputs.rust-version }}
38+
uses: dtolnay/rust-toolchain@stable
3939
with:
4040
toolchain: ${{ inputs.rust-version }}
4141
components: clippy, rustfmt

0 commit comments

Comments
 (0)