Skip to content

Commit

Permalink
add libfontconfig1-dev to ubuntu github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-plutniak committed Jul 8, 2024
1 parent ad8294c commit e3cd7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: choco install pandoc texlive
- name: Install Dependencies (Linux)
if: matrix.config.os == 'ubuntu-24.04'
run: sudo apt-get install pandoc libcurl4-openssl-dev libudunits2-dev libgdal-dev texlive-latex-base
run: sudo apt-get install pandoc libcurl4-openssl-dev libudunits2-dev libgdal-dev texlive-latex-base libfontconfig1-dev
- name: Install Dependencies (macOS)
if: matrix.config.os == 'macOS-latest'
run: brew install pandoc udunits gdal
Expand Down

0 comments on commit e3cd7ae

Please sign in to comment.