Added curl install

This commit is contained in:
Charlton, Scott R 2023-01-12 20:50:01 -07:00
parent 25d51d59e1
commit 8ecb3cbc85

View File

@ -104,6 +104,9 @@ jobs:
- name: install devtools
run: Rscript -e 'install.packages("devtools")'
- name: install curl
run: Rscript -e 'install.packages("curl")'
- name: versioning
run: ./jenkins-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }}
@ -143,6 +146,9 @@ jobs:
- name: install devtools
run: Rscript -e 'install.packages("devtools")'
- name: install curl
run: Rscript -e 'install.packages("curl")'
- name: install valgrind
run: sudo apt-get install -y valgrind