Skip to content

Commit 8335d8e

Browse files
committed
update
1 parent b91a5de commit 8335d8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ jobs:
9191
if: runner.os == 'macOS'
9292
run: |
9393
# conflicts with gfortran from r-lib/actions when linking gcc
94-
rm '/usr/local/bin/gfortran'
94+
#rm '/usr/local/bin/gfortran'
9595
brew install pkg-config gdal proj geos
9696
9797
- name: "[Stage] [Linux] Install curl and libgit2"
9898
if: runner.os == 'Linux'
99-
run: sudo apt install libcurl4-openssl-dev libgit2-dev
99+
run: sudo apt install libcurl4-openssl-dev libgit2-dev texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra
100100

101101
- name: "[Stage] [macOS] Install libgit2"
102102
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)