Skip to content

Commit a7b33a3

Browse files
authored
Revert "ci: pin nightly (#2370)" (#2371)
This reverts commit e18658d.
1 parent e18658d commit a7b33a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/actions/rust/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ runs:
2424
- name: Install Rust
2525
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17 # master
2626
with:
27-
# Nightly pinned due to <https://github.com/mozilla/neqo/issues/2369>
28-
# for now.
29-
toolchain: ${{ inputs.version == 'nightly' && 'nightly-2025-01-15' || inputs.version }}
27+
toolchain: ${{ inputs.version }}
3028
components: ${{ inputs.components }}
3129
targets: ${{ inputs.targets }}
3230

0 commit comments

Comments
 (0)