Skip to content

Commit c7d3d22

Browse files
author
Joao Felipe Rocha
committed
R packages correct the installation
1 parent 1ce54da commit c7d3d22

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,12 @@ jobs:
4646
if: runner.os == 'Linux'
4747
run: |
4848
sudo apt-get update -qq
49-
sudo apt-get install -y pandoc gfortran libblas-dev liblapack-dev libedit-dev llvm-dev libcurl4-openssl-dev ffmpeg libhdf5-dev libfribidi-dev libharfbuzz-dev libxml2-dev libssl-dev
50-
49+
sudo apt-get install -y \
50+
pandoc gfortran libblas-dev liblapack-dev libedit-dev llvm-dev \
51+
libcurl4-openssl-dev ffmpeg libhdf5-dev libfribidi-dev libharfbuzz-dev \
52+
libxml2-dev libssl-dev \
53+
libfontconfig1-dev libfreetype6-dev
54+
5155
- name: Set up Python
5256
uses: actions/setup-python@v5
5357
with:

0 commit comments

Comments
 (0)