Skip to content

Commit

Permalink
Update update_documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHeidweiler authored Jul 12, 2024
1 parent 0ed8816 commit 391a259
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
run: |
sudo apt-get update # Update package lists (for Debian/Ubuntu)
sudo apt-get install -y libharfbuzz-dev libfribidi-dev libfreetype6-dev
- name: Install devtools package
run: |
sudo apt-get update # Update package lists (for Debian/Ubuntu)
sudo apt-get install -y devtools
- name: Install R dependencies
if: matrix.language == 'r'
Expand Down

0 comments on commit 391a259

Please sign in to comment.