Skip to content

Commit

Permalink
Add libbz2 for ubuntu builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kirugan committed Oct 21, 2024
1 parent 48826b8 commit 73f2215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/juno-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Install Jemalloc (Linux)
if: runner.os == 'Linux'
run: sudo apt-get update -qq && sudo apt-get install -y libjemalloc-dev libjemalloc2 -y
run: sudo apt-get update -qq && sudo apt-get install -y libjemalloc-dev libjemalloc2 libbz2-dev

- name: Install dependencies (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit 73f2215

Please sign in to comment.