Skip to content

Commit

Permalink
#105 nonroot javareconf
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Dec 3, 2020
1 parent 3411f23 commit 9939364
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,12 @@ jobs:
with:
java-version: ${{ matrix.java }}
java-package: jdk
#- uses: actions/checkout@v2
- name: Set up R ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v1
with:
r-version: ${{ matrix.r-version }}
- name: Set up java with R
run: sudo R CMD javareconf
- name: install rJava
run: sudo apt-get install r-cran-rjava
run: R CMD javareconf -e
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
Expand Down

0 comments on commit 9939364

Please sign in to comment.