blog.trnck.dev

grr

+1 -1
+1 -1
.github/workflows/deploy.yaml
··· 19 19 steps: 20 20 # Jekyll Picture Tag requires libvips libraries for resizing images, which must be installed 21 21 - name: Install JPT's dependencies 22 - run: sudo apt-get install libvips-tools libpng-dev libwebp-dev libjpeg-dev libheif-dev 22 + run: sudo apt-get install -y libvips-tools libpng-dev libwebp-dev libjpeg-dev libheif-dev libheif1 23 23 24 24 # Put repository source onto the runner so we can build it 25 25 - name: Checkout