ci: install a font for watermarks

This commit is contained in:
Colin Darie 2023-09-11 14:55:23 +02:00
parent 409bb87f99
commit ea29371a02
No known key found for this signature in database
GPG key ID: 8C76CADD40253590

View file

@ -75,6 +75,9 @@ jobs:
- name: Setup the app runtime and dependencies
uses: ./.github/actions/ci-setup-rails
- name: Install fonts pickable by ImageMagick
run: sudo apt-get install -y gsfonts
- name: Pre-compile assets
uses: ./.github/actions/ci-setup-assets