Skip to content

Commit

Permalink
Run javareconf on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Apr 19, 2024
1 parent 29170a7 commit b80dd72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R_CMD_check_Hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ jobs:
eval sudo $cmd
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
- name: Reconfigure Java
if: runner.os == 'macOS'
run: R CMD javareconf

- name: Install libssh
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit b80dd72

Please sign in to comment.