We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7f9a0 commit 928cf5aCopy full SHA for 928cf5a
1 file changed
.github/workflows/main.yml
@@ -37,6 +37,9 @@ jobs:
37
38
steps:
39
- uses: actions/checkout@v7
40
+ - uses: dtolnay/rust-toolchain@1.90.0
41
+ with:
42
+ components: llvm-tools
43
- uses: taiki-e/install-action@nextest
44
- uses: taiki-e/install-action@just
45
- uses: taiki-e/install-action@grcov
0 commit comments