Skip to content

Commit d6455e1

Browse files
committed
Update the checking workflow: add a library to check tcltk on Linux
1 parent 62bbb9a commit d6455e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install libraries for linux
5151
if: runner.os == 'Linux'
5252
run: |
53-
sudo apt-get install texlive-base texlive-latex-recommended texlive-latex-extra
53+
sudo apt-get install libcurl4-openssl-dev texlive tcl8.6-dev tk8.6-dev
5454
5555
- uses: r-lib/actions/setup-r-dependencies@v2
5656
with:

0 commit comments

Comments
 (0)