Skip to content

Commit d9edfd9

Browse files
committed
fix(github-actions): Update ruby version to 3.3.5 and jeffreytse/jekyll-deploy-action to 0.6.0
1 parent 7db444d commit d9edfd9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-jekyll.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
build_and_deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- uses: ConorMacBride/install-package@v1
13+
with:
14+
apt: rolldice bcal
15+
1216
- uses: actions/checkout@v4
1317
with:
1418
lfs: 'true'
@@ -37,5 +41,5 @@ jobs:
3741
bundler_ver: '2.5.21' # Default is compatible bundler version (~>2.5.0)
3842
cname: 'scalastic.io' # Default is to not use a cname
3943
actor: '' # Default is the GITHUB_ACTOR
40-
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
44+
pre_build_commands: pacman -S --noconfirm git-lfs librav1e lcms2 openjpeg2 libpng libwebp libheif imagemagick openslide libjxl poppler-glib
4145

0 commit comments

Comments
 (0)