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 b91a5de commit 8335d8eCopy full SHA for 8335d8e
.github/workflows/tic.yml
@@ -91,12 +91,12 @@ jobs:
91
if: runner.os == 'macOS'
92
run: |
93
# conflicts with gfortran from r-lib/actions when linking gcc
94
- rm '/usr/local/bin/gfortran'
+ #rm '/usr/local/bin/gfortran'
95
brew install pkg-config gdal proj geos
96
97
- name: "[Stage] [Linux] Install curl and libgit2"
98
if: runner.os == 'Linux'
99
- run: sudo apt install libcurl4-openssl-dev libgit2-dev
+ run: sudo apt install libcurl4-openssl-dev libgit2-dev texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra
100
101
- name: "[Stage] [macOS] Install libgit2"
102
0 commit comments