Skip to content

Commit

Permalink
fix(github-actions): Update ruby version to 3.3.5 and jeffreytse/jeky…
Browse files Browse the repository at this point in the history
…ll-deploy-action to 0.6.0
  • Loading branch information
jeanjerome committed Oct 6, 2024
1 parent 9d0de30 commit 7db444d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
bundler_ver: '2.5.21' # Default is compatible bundler version (~>2.5.0)
cname: 'scalastic.io' # Default is to not use a cname
actor: '' # Default is the GITHUB_ACTOR
pre_build_commands: pacman-key --init; pacman -S --noconfirm git-lfs libvips lcms2 openjpeg2 libpng libwebp libheif imagemagick openslide libjxl poppler-glib
pre_build_commands: sudo apt-get update; sudo apt-get install -y git-lfs libvips-dev librav1e-dev libavcodec-dev svt-av1 liblcms2-dev libopenjp2-7-dev libpng-dev libwebp-dev libheif-dev imagemagick openslide-tools libjxl-dev libpoppler-glib-dev

0 comments on commit 7db444d

Please sign in to comment.