File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 9
9
build_and_deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
+ - uses : ConorMacBride/install-package@v1
13
+ with :
14
+ apt : rolldice bcal
15
+
12
16
- uses : actions/checkout@v4
13
17
with :
14
18
lfs : ' true'
37
41
bundler_ver : ' 2.5.21' # Default is compatible bundler version (~>2.5.0)
38
42
cname : ' scalastic.io' # Default is to not use a cname
39
43
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
41
45
You can’t perform that action at this time.
0 commit comments