Skip to content

Commit e18658d

Browse files
authored
ci: pin nightly (#2370)
* ci: pin nightly * Trigger CI
1 parent 6b87603 commit e18658d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/rust/action.yml

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

0 commit comments

Comments
 (0)