Skip to content

Commit c9f5a36

Browse files
authored
ci: Unpin nightly (#2338)
rust-lang/rust#135235 is fixed
1 parent e5770ce commit c9f5a36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/rust/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ runs:
2424
- name: Install Rust
2525
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17 # master
2626
with:
27-
# TODO: Unpin once https://github.com/rust-lang/rust/issues/135235 is fixed.
28-
toolchain: ${{ inputs.version == 'nightly' && 'nightly-2025-01-07' || inputs.version }}
27+
toolchain: ${{ inputs.version }}
2928
components: ${{ inputs.components }}
3029
targets: ${{ inputs.targets }}
3130

0 commit comments

Comments
 (0)