Skip to content

Commit

Permalink
#105 typo in conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Dec 17, 2020
1 parent 3d3e8f1 commit fea3b59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
sudo R CMD javareconf JAVA_HOME=$JAVA_HOME
- name: run javareconf (for Windows) # Yes it actually needs JAVA_HOME=%JAVA_HOME%, doesn't use actual env vars (!)
if: runner.os != 'Windows'
if: runner.os == 'Windows'
run: |
java -version
echo java_home:%JAVA_HOME%
Expand Down Expand Up @@ -149,7 +149,6 @@ jobs:
remotes::install_cran("covr")
remotes::install_deps(dependencies = TRUE, repos=options('repos')[['repos']][['RSPM']])
remotes::install_cran("rcmdcheck")
shell: Rscript {0}

- name: Session info
Expand Down

0 comments on commit fea3b59

Please sign in to comment.