Skip to content

Commit 055d8f0

Browse files
author
Raphael Sonabend
authored
Update tic.yml
1 parent 268a55f commit 055d8f0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tic.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,13 @@ jobs:
8484
Rscript -e "if (!requireNamespace('remotes')) install.packages('remotes', type = 'source')"
8585
Rscript -e "if (getRversion() < '3.2' && !requireNamespace('curl')) install.packages('curl', type = 'source')"
8686
87-
- name: "[Stage] [Linux] Install curl"
87+
- name: "[Stage] [Linux] Install curl and libgit2"
8888
if: runner.os == 'Linux'
89-
run: sudo apt install libcurl4-openssl-dev
89+
run: sudo apt install libcurl4-openssl-dev libgit2-dev
90+
91+
- name: "[Stage] [macOS] Install libgit2"
92+
if: runner.os == 'macOS'
93+
run: brew install libgit2
9094

9195
- name: "[Stage] Install"
9296
if: matrix.config.os != 'macOS-latest' || matrix.config.r != 'devel'

0 commit comments

Comments
 (0)