Skip to content

Commit 393b1c0

Browse files
authored
Merge pull request #1530 from dtolnay/buckstable
Pin Buck CI to Rust 1.87
2 parents 53f93ba + 93f31c7 commit 393b1c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/buck2.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
timeout-minutes: 45
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: dtolnay/rust-toolchain@stable
22+
- uses: dtolnay/rust-toolchain@1.87.0
23+
# FIXME: use @stable after prelude supports `--test-runtool`
24+
# https://github.com/rust-lang/rust/pull/137096
2325
with:
2426
components: rust-src
2527
- uses: dtolnay/install-buck2@latest

0 commit comments

Comments
 (0)