Skip to content

Commit d8a4bd7

Browse files
committed
ci: fix install-action SHA for cargo-llvm-cov
The previous SHA (8e6bcd...) was pinned to install-action's 'cargo-nextest' release tag, so the 'Install cargo-llvm-cov' step was actually re-installing nextest and the subsequent coverage step failed with 'cargo-llvm-cov not found'. Pin instead to the SHA the 'cargo-llvm-cov' tag currently points to (e5de28a).
1 parent e4188dd commit d8a4bd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0
7474

7575
- name: Install cargo-llvm-cov
76-
uses: taiki-e/install-action@8e6bcdad38b75e3ed7b36872031a94f7c61006cc # cargo-llvm-cov
76+
uses: taiki-e/install-action@e5de28abeb52d916c5e5875d54b21a9e738b61ec # cargo-llvm-cov
7777

7878
- name: Generate LCOV coverage report
7979
run: just coverage-summary && cargo llvm-cov report --lcov --output-path lcov.info --ignore-filename-regex '/tests?/|/target/'

0 commit comments

Comments
 (0)