Skip to content

Commit 3ca5ece

Browse files
committed
added libtirpc-dev in ci.yml
1 parent d7f6e81 commit 3ca5ece

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
sudo apt update
3131
sudo apt install -y r-base
3232
33+
- name: Install system dependencies for rpy2
34+
run: |
35+
sudo apt install -y libtirpc-dev
36+
3337
- name: Install survey R package
3438
run: |
3539
mkdir -p $R_LIBS_USER

0 commit comments

Comments
 (0)