We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c48d1 commit 790dcf9Copy full SHA for 790dcf9
.github/workflows/r.yml
@@ -45,7 +45,7 @@ jobs:
45
run: sudo apt-get install pandoc libcurl4-openssl-dev libudunits2-dev libgdal-dev texlive-latex-base libfontconfig1-dev
46
- name: Install Dependencies (ubuntu-latest)
47
if: matrix.config.os == 'ubuntu-latest'
48
- run: sudo apt-get install libcurl4-openssl-dev
+ run: sudo apt-get install pandoc libcurl4-openssl-dev libudunits2-dev libgdal-dev texlive-latex-base libfontconfig1-dev
49
- name: Install Dependencies (macOS)
50
if: matrix.config.os == 'macOS-latest'
51
run: brew install pandoc udunits gdal
0 commit comments