Skip to content

Commit fca38e4

Browse files
committed
Install llvm-tools-preview on stable in cron-ci
1 parent cfb3505 commit fca38e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cron-ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: actions-rs/toolchain@v1
18+
with:
19+
components: llvm-tools-preview
1820
- run: sudo apt-get update && sudo apt-get -y install lcov
1921
- uses: actions-rs/cargo@v1
2022
with:

0 commit comments

Comments
 (0)