Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Dec 19, 2024
1 parent 87d95b4 commit 75ceb25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quarto_render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
steps:
- name: install linux dependencies
run: |
apt-get install libfontconfig1-dev
sudo apt-get install libfontconfig1-dev
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit 75ceb25

Please sign in to comment.