Skip to content

Commit

Permalink
ci: Unpin nightly (#2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert authored Jan 10, 2025
1 parent e5770ce commit c9f5a36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ runs:
- name: Install Rust
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17 # master
with:
# TODO: Unpin once https://github.com/rust-lang/rust/issues/135235 is fixed.
toolchain: ${{ inputs.version == 'nightly' && 'nightly-2025-01-07' || inputs.version }}
toolchain: ${{ inputs.version }}
components: ${{ inputs.components }}
targets: ${{ inputs.targets }}

Expand Down

0 comments on commit c9f5a36

Please sign in to comment.