We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62bbb9a commit d6455e1Copy full SHA for d6455e1
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -50,7 +50,7 @@ jobs:
50
- name: Install libraries for linux
51
if: runner.os == 'Linux'
52
run: |
53
- sudo apt-get install texlive-base texlive-latex-recommended texlive-latex-extra
+ sudo apt-get install libcurl4-openssl-dev texlive tcl8.6-dev tk8.6-dev
54
55
- uses: r-lib/actions/setup-r-dependencies@v2
56
with:
0 commit comments