Skip to content

Commit

Permalink
#105 java debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Dec 3, 2020
1 parent 9939364 commit e9950d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
with:
r-version: ${{ matrix.r-version }}
- name: Set up java with R
run: R CMD javareconf -e
run: |
sudo R CMD javareconf
which java | xargs ls -la
echo java_home:$JAVA_HOME
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
Expand Down

0 comments on commit e9950d4

Please sign in to comment.