Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Jan 17, 2024
1 parent b91a5de commit 8335d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8335d8e

Please sign in to comment.