Skip to content

Commit

Permalink
Fixed yet another coverage yml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Jan 17, 2022
1 parent 05d2c66 commit 570e36c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
- name: Install OS and Cargo Packages
run: |
sudo apt-get update
&& sudo apt-get install -y lcov clang curl zip unzip libssl-dev jq
&& cargo update
&& cargo install --force cargo-make cargo-binutils grcov
sudo apt-get install -y lcov clang curl zip unzip libssl-dev jq
cargo update
cargo install --force cargo-make cargo-binutils grcov
env:
DEBIAN_FRONTEND: noninteractive

Expand Down

0 comments on commit 570e36c

Please sign in to comment.