We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f93ba commit 93f31c7Copy full SHA for 93f31c7
.github/workflows/buck2.yml
@@ -19,7 +19,9 @@ jobs:
19
timeout-minutes: 45
20
steps:
21
- uses: actions/checkout@v4
22
- - uses: dtolnay/rust-toolchain@stable
+ - 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
25
with:
26
components: rust-src
27
- uses: dtolnay/install-buck2@latest
0 commit comments