Skip to content

Commit 95b767f

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ jobs:
5151
libcurl4-openssl-dev ffmpeg libhdf5-dev libfribidi-dev libharfbuzz-dev \
5252
libxml2-dev libssl-dev \
5353
libfontconfig1-dev libfreetype6-dev
54-
54+
55+
- name: Install pkg-config
56+
run: sudo apt-get update && sudo apt-get install -y pkg-config
57+
5558
- name: Set up Python
5659
uses: actions/setup-python@v5
5760
with:

0 commit comments

Comments
 (0)