Skip to content

Commit

Permalink
Install zlib headers for testing in CI.
Browse files Browse the repository at this point in the history
Install zlib headers for testing in CI.
  • Loading branch information
ghuls committed Jul 8, 2024
1 parent 7194973 commit 44d2e4e
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 @@ -64,7 +64,7 @@ jobs:
githubToken: ${{ github.token }}
install: |
apt-get update
apt-get install -y --no-install-recommends python3 python3-pip gcc libc6-dev
apt-get install -y --no-install-recommends python3 python3-pip gcc zlib1g-dev
pip3 install -U pip pytest
run: |
set -e
Expand Down

0 comments on commit 44d2e4e

Please sign in to comment.