Skip to content

Commit

Permalink
Update cargo-llvm-lines
Browse files Browse the repository at this point in the history
The old version didn't correctly propagate the used Cargo version. This broke CI because Cargo made a backwards incompatible change in `pkgid` output recently.
  • Loading branch information
Kobzol committed Dec 7, 2023
1 parent 21fabf4 commit 3bb68f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Install profilers
run: cargo install --version 0.4.12 cargo-llvm-lines
run: cargo install --version 0.4.36 cargo-llvm-lines

# Bytehound is currently broken, removing it to keep CI green.
#- name: Install Bytehound
Expand Down

0 comments on commit 3bb68f3

Please sign in to comment.