Skip to content

Commit a3343d2

Browse files
GHA: revdep package 'tsgarch' requires 'libcairo2-dev'
1 parent ea111ef commit a3343d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/revdepcheck-top.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- { r: "release", pkg: "SimDesign" }
3131
# - { r: "release", pkg: "tidySEM" } ## fails to install
3232
- { r: "release", pkg: "tsdistributions" }
33-
- { r: "release", pkg: "tsgarch" }
33+
- { r: "release", pkg: "tsgarch", sysdeps: "libcairo2-dev" }
3434

3535
env:
3636
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Install system dependencies (Linux)
5252
if: runner.os == 'Linux'
53-
run: sudo apt-get install -y tidy
53+
run: sudo apt-get install -y tidy ${{ matrix.config.sysdeps }}
5454

5555
- uses: r-lib/actions/setup-r@v2
5656
with:

0 commit comments

Comments
 (0)