Skip to content

Commit

Permalink
pin r version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmb59 authored May 17, 2024
1 parent 141c2d7 commit af63c2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sdrfToNfConf_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:

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

with:
r-version: 3.6.3

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

- name: install dependencies
run: |
Expand Down

0 comments on commit af63c2a

Please sign in to comment.