Skip to content

Commit

Permalink
Fix magick install error?
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed Oct 15, 2024
1 parent af30499 commit 9b9201f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_bookdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
key: package-state-${{ runner.os }}-${{ hashFiles('**/renv.lock') }}
restore-keys: package-state-${{ runner.os }}-

# Install ImageMagick dependencies for magick package
- name: Install ImageMagick dependencies
run: sudo apt-get update && sudo apt-get install -y libmagick++-dev

# Check and install R packages if needed
- name: Check and Install R Packages
run: |
Expand Down

0 comments on commit 9b9201f

Please sign in to comment.