Skip to content

Commit d7f6e81

Browse files
committed
ci.yml v.3
1 parent e8f1b63 commit d7f6e81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
# sudo apt update
2626
# sudo apt install -y r-base
2727
# Rscript -e 'install.packages("survey", repos="https://cloud.r-project.org")'
28+
- name: Install R
29+
run: |
30+
sudo apt update
31+
sudo apt install -y r-base
32+
2833
- name: Install survey R package
2934
run: |
3035
mkdir -p $R_LIBS_USER

0 commit comments

Comments
 (0)