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.
2 parents 53f93ba + 93f31c7 commit 393b1c0Copy full SHA for 393b1c0
.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/[email protected]
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