Skip to content

Commit

Permalink
Merge pull request #375 from AsherGlick/installing_libzip_in_ci
Browse files Browse the repository at this point in the history
Installing libzip in CI
  • Loading branch information
AsherGlick authored Jan 19, 2025
2 parents 850961b + 7b673dd commit 728a70b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Install gtest
run: sudo apt-get install libgtest-dev

- name: Install libzip
run: sudo apt-get install libzip-dev

- name: Install cpplint
run: |
pip3 install cpplint==1.6.1
Expand Down

0 comments on commit 728a70b

Please sign in to comment.