Skip to content

Commit

Permalink
sudo apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 committed Nov 5, 2024
1 parent 105efa0 commit 4c66b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo_llvm_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Create combined html report (report.tgz)
run: |
if ! command -v lcov &> /dev/null; then
apt install -y lcov
sudo apt-get install -y lcov
fi
cd target || exit 1
if [ -d "report" ]; then
Expand Down

0 comments on commit 4c66b80

Please sign in to comment.