Skip to content

Commit

Permalink
Update runtime dependencies manylinux to libtiff6
Browse files Browse the repository at this point in the history
  • Loading branch information
matildeRivas committed Jan 17, 2025
1 parent 2736dad commit 24e32c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
if: ${{ env.do_dynamic == 'true' }}
run: |
apt update
apt install -y libtiff-dev libzstd-dev libgomp1 libgcc1
apt install -y libtiff6 libstdc++6 libgomp1 libgcc1
- name: Test Suffix
if: ${{ env.do_dynamic == 'true' }}
Expand Down

0 comments on commit 24e32c6

Please sign in to comment.