Skip to content

Commit

Permalink
#105 display javareconf output
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Dec 3, 2020
1 parent 9fbbc5b commit 661c8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
ls -la /etc/alternatives/javah
sudo update-alternatives --remove-all javah
echo library paths: $LD_LIBRARY_PATH
sudo R CMD javareconf -n | grep "Java version : "${{ matrix.java }} # fail fast
sudo R CMD javareconf -n
sudo R CMD javareconf -n | grep -i "Java version : "${{ matrix.java }} # fail fast
sudo R CMD javareconf
- name: Install dependencies
Expand Down

0 comments on commit 661c8bb

Please sign in to comment.