Skip to content

Commit

Permalink
add linux dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Dec 19, 2024
1 parent 3c570d3 commit 87d95b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/quarto_render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

steps:
- name: install linux dependencies
run: |
apt-get install libfontconfig1-dev
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit 87d95b4

Please sign in to comment.