Skip to content

Commit e2c8785

Browse files
authored
Merge pull request #503 from mlr-org/update-tic
Update tic templates [ci-skip]
2 parents d0507a4 + fbc2260 commit e2c8785

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## tic GitHub Actions template: linux-macos-windows-deploy
2-
## revision date: 2020-11-14
2+
## revision date: 2020-12-11
33
on:
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

0 commit comments

Comments
 (0)