Skip to content

Commit 83076db

Browse files
fix: install missing tool
1 parent 513d36f commit 83076db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Rust nightly
17-
run: rustup default nightly
17+
run: |
18+
rustup default nightly
19+
rustup component add llvm-tools-preview
1820
- uses: actions/checkout@v4
1921
with:
2022
lfs: true

0 commit comments

Comments
 (0)