Skip to content

Commit

Permalink
Add bzip2
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Nov 13, 2024
1 parent 97dabb8 commit f34e4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install lz4
run: sudo apt install -y liblz4-dev
- name: Install bzip2
run: sudo apt install -y bzip2-dev
run: sudo apt install -y libbz2-dev
- name: Install graphviz
run: sudo apt install graphviz
- name: Install doxygen
Expand Down

0 comments on commit f34e4f9

Please sign in to comment.