diff --git a/.github/workflows/tic.yml b/.github/workflows/tic.yml index 0fae8ba..6fb12a2 100644 --- a/.github/workflows/tic.yml +++ b/.github/workflows/tic.yml @@ -91,12 +91,12 @@ jobs: if: runner.os == 'macOS' run: | # conflicts with gfortran from r-lib/actions when linking gcc - rm '/usr/local/bin/gfortran' + #rm '/usr/local/bin/gfortran' brew install pkg-config gdal proj geos - name: "[Stage] [Linux] Install curl and libgit2" if: runner.os == 'Linux' - 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 - name: "[Stage] [macOS] Install libgit2" if: runner.os == 'macOS'