Skip to content

Commit

Permalink
Add note about deps in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Mar 2, 2022
1 parent 65c0685 commit 49f8ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ test_task:
- rustc --version
- cat Cargo.toml
install_script:
# these dependencies are for building the kcov tool
- apt-get update && apt-get install -y --no-install-recommends binutils-dev cmake libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev python
test_script:
- cargo test
Expand Down

0 comments on commit 49f8ccf

Please sign in to comment.