Skip to content

Commit

Permalink
ci: pin nightly (#2370)
Browse files Browse the repository at this point in the history
* ci: pin nightly

* Trigger CI
  • Loading branch information
mxinden authored Jan 16, 2025
1 parent 6b87603 commit e18658d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ runs:
- name: Install Rust
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17 # master
with:
toolchain: ${{ inputs.version }}
# Nightly pinned due to <https://github.com/mozilla/neqo/issues/2369>
# for now.
toolchain: ${{ inputs.version == 'nightly' && 'nightly-2025-01-15' || inputs.version }}
components: ${{ inputs.components }}
targets: ${{ inputs.targets }}

Expand Down

0 comments on commit e18658d

Please sign in to comment.