Skip to content

Commit 4944fba

Browse files
Pin llvm-lines version to unbreak CI
0.4.8 broke passing arbitrary arguments to the rustc within, it seems.
1 parent 60dcaeb commit 4944fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Install profilers
9797
run: |
9898
sudo apt install -y valgrind
99-
cargo install cargo-llvm-lines
99+
cargo install --version 0.4.7 cargo-llvm-lines
100100
101101
- name: Configure environment
102102
run: |

0 commit comments

Comments
 (0)