Skip to content

Commit

Permalink
Try solving libtiff issue on Ubuntu GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Jan 2, 2025
1 parent 33ef072 commit 37329c9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,14 @@ jobs:
run: |
## Edit below if you have any Windows system dependencies
shell: Rscript {0}


- name: Install Linux system dependencies
if: runner.os == 'Linux'
run: |
# Seems to be necessary to find libtiff.so.5 when building visiumStitched
sudo apt-get update
sudo apt-get install -y libtiff5 libtiff-dev
- name: Install BiocManager
run: |
message(paste('****', Sys.time(), 'installing BiocManager ****'))
Expand Down

0 comments on commit 37329c9

Please sign in to comment.