We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea111ef commit a3343d2Copy full SHA for a3343d2
.github/workflows/revdepcheck-top.yaml
@@ -30,7 +30,7 @@ jobs:
30
- { r: "release", pkg: "SimDesign" }
31
# - { r: "release", pkg: "tidySEM" } ## fails to install
32
- { r: "release", pkg: "tsdistributions" }
33
- - { r: "release", pkg: "tsgarch" }
+ - { r: "release", pkg: "tsgarch", sysdeps: "libcairo2-dev" }
34
35
env:
36
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Install system dependencies (Linux)
52
if: runner.os == 'Linux'
53
- run: sudo apt-get install -y tidy
+ run: sudo apt-get install -y tidy ${{ matrix.config.sysdeps }}
54
55
- uses: r-lib/actions/setup-r@v2
56
with:
0 commit comments