Skip to content

Commit

Permalink
#105 more java debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Dec 3, 2020
1 parent e9950d4 commit c50a373
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,15 @@ jobs:
run: |
sudo R CMD javareconf
which java | xargs ls -la
which javac | xargs ls -la
which javap | xargs ls -la
which javah | xargs ls -la
which jar | xargs ls -la
echo java_home:$JAVA_HOME
echo library paths: $LD_LIBRARY_PATH
- name: Install dependencies
run: |
install.packages(c("rJava"))
install.packages(c("remotes", "rcmdcheck"))
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}
Expand Down

0 comments on commit c50a373

Please sign in to comment.