diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 5402a525..6f723ef6 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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