Skip to content

Commit

Permalink
install valgrind and curl dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz committed Jan 9, 2024
1 parent cdac081 commit c0bd895
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- name: install dependencies
run: |
pip install cpplint
apt-get install -qq valgrind
apt-get install -qq libcurl4-openssl-dev
- name: build
run: |
Expand Down

0 comments on commit c0bd895

Please sign in to comment.