Skip to content

Commit afde264

Browse files
committed
ci: Pin nightly
Due to rust-lang/rust#135235
1 parent ef9e4dc commit afde264

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/rust/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ runs:
2424
- name: Install Rust
2525
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17 # master
2626
with:
27-
toolchain: ${{ inputs.version }}
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 }}
2829
components: ${{ inputs.components }}
2930
targets: ${{ inputs.targets }}
3031

0 commit comments

Comments
 (0)