File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# # tic GitHub Actions template: linux-macos-windows-deploy
2- # # revision date: 2020-11-14
2+ # # revision date: 2020-12-11
33on :
44 workflow_dispatch :
55 push :
@@ -84,15 +84,19 @@ 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"
88- if : runner.os == 'Linux'
89- run : sudo apt install libcurl4-openssl-dev
90-
9187 - name : " [Custom block] [macOS] macOS system libs setup"
9288 if : runner.os == 'macOS'
9389 run : |
9490 brew cask install xquartz
9591
92+ - name : " [Stage] [Linux] Install curl and libgit2"
93+ if : runner.os == 'Linux'
94+ run : sudo apt install libcurl4-openssl-dev libgit2-dev
95+
96+ - name : " [Stage] [macOS] Install libgit2"
97+ if : runner.os == 'macOS'
98+ run : brew install libgit2
99+
96100 - name : " [Stage] [macOS] Install system libs for pkgdown"
97101 if : runner.os == 'macOS' && matrix.config.pkgdown != ''
98102 run : brew install harfbuzz fribidi
You can’t perform that action at this time.
0 commit comments