File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 5050 if : matrix.config.os == 'macos-13' || matrix.config.os == 'macos-14'
5151 run : R -e 'install.packages("pak", repos = "https://cloud.r-project.org")'
5252
53- - name : Setup R dependencies
54- uses : r-lib/actions/setup-r-dependencies@v2
55- with :
56- extra-packages : any::rcmdcheck
57-
5853 - name : Install system dependencies (Ubuntu)
5954 if : matrix.config.os == 'ubuntu-latest' || matrix.config.os == 'ubuntu-24.04' || matrix.config.os == 'ubuntu-22.04' || matrix.config.os == 'ubuntu-20.04'
6055 run : |
6459 - name : Install system dependencies (MacOS)
6560 if : matrix.config.os == 'macos-13' || matrix.config.os == 'macos-14'
6661 run : |
67- brew install tesseract
62+ brew install tesseract poppler
63+
64+ - name : Setup R dependencies
65+ uses : r-lib/actions/setup-r-dependencies@v2
66+ with :
67+ extra-packages : any::rcmdcheck
6868
6969 - name : Run on Ubuntu
7070 if : matrix.config.os == 'ubuntu-latest' || matrix.config.os == 'ubuntu-24.04' || matrix.config.os == 'ubuntu-22.04' || matrix.config.os == 'ubuntu-20.04'
You can’t perform that action at this time.
0 commit comments