Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiquet committed Jan 23, 2025
1 parent 1425f95 commit 7a4fc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Install system dependencies for some R packages
run: |
sudo apt-get install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev
sudo apt-get install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libfontconfig1-dev
- name: Install R Dependencies with renv
uses: r-lib/actions/setup-renv@v2
Expand Down

0 comments on commit 7a4fc04

Please sign in to comment.