Skip to content

Commit

Permalink
Now try removing libtiff libraries and forcing reinstallation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Jan 3, 2025
1 parent 33a5f99 commit 83a4f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
run: |
# Seems to be necessary to find libtiff.so.5 when building visiumStitched
sudo apt-get update
sudo apt-get remove libtiff5-dev libtiff-dev
sudo apt-get install -y libtiff5-dev libtiff-dev
- name: Install BiocManager
Expand Down

0 comments on commit 83a4f01

Please sign in to comment.