Skip to content

Commit

Permalink
#105 windows: use cmd shell
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Dec 17, 2020
1 parent fea3b59 commit c2d3997
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ jobs:
- name: run javareconf (for Windows) # Yes it actually needs JAVA_HOME=%JAVA_HOME%, doesn't use actual env vars (!)
if: runner.os == 'Windows'
run: |
java -version
echo java_home:%JAVA_HOME%
R CMD javareconf JAVA_HOME=%JAVA_HOME%
java -version
R CMD javareconf
shell: cmd

- name: Query dependencies
run: |
Expand Down

0 comments on commit c2d3997

Please sign in to comment.