Skip to content

Commit

Permalink
libbz2 -> bzip2
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 10, 2025
1 parent d32c0c6 commit 1b7e4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y libbz2
sudo apt-get install -y bzip2
- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 1b7e4bc

Please sign in to comment.