Skip to content

Commit 790dcf9

Browse files
author
sebastien-plutniak
committed
add dependencies for ubuntu-latest
1 parent 46c48d1 commit 790dcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/r.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: sudo apt-get install pandoc libcurl4-openssl-dev libudunits2-dev libgdal-dev texlive-latex-base libfontconfig1-dev
4646
- name: Install Dependencies (ubuntu-latest)
4747
if: matrix.config.os == 'ubuntu-latest'
48-
run: sudo apt-get install libcurl4-openssl-dev
48+
run: sudo apt-get install pandoc libcurl4-openssl-dev libudunits2-dev libgdal-dev texlive-latex-base libfontconfig1-dev
4949
- name: Install Dependencies (macOS)
5050
if: matrix.config.os == 'macOS-latest'
5151
run: brew install pandoc udunits gdal

0 commit comments

Comments
 (0)