Skip to content

Commit

Permalink
install devtools related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pmb59 committed May 17, 2024
1 parent 3760df1 commit 141c2d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sdrfToNfConf_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:

- name: set up R
uses: r-lib/actions/setup-r@v2


- name: install devtools related dependencies
run: sudo apt install build-essential libcurl4-gnutls-dev libxml2-dev libssl-dev

- name: install dependencies
run: |
Rscript -e 'install.packages(c("data.table", "optparse", "devtools"))'
Expand Down

0 comments on commit 141c2d7

Please sign in to comment.