Skip to content

Commit

Permalink
Use apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdamoses committed Sep 23, 2024
1 parent 7915807 commit ba5037e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
bioc-version: devel
- name: install system dependencies of SFE
run: apt install -y --no-install-recommends libmagick++-dev
run: apt-get install -y --no-install-recommends libmagick++-dev
- name: Must use devel version of SFE
run: BiocManager::install("SpatialFeatureExperiment", version = "devel"); require(SpatialFeatureExperiment)
shell: Rscript {0}
Expand Down

0 comments on commit ba5037e

Please sign in to comment.