Skip to content

Commit

Permalink
Dropping Java reconfig. Disabling specific Java install on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Jun 14, 2024
1 parent 776a0a9 commit 900da31
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/R_CMD_check_Hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Java
if: runner.os != 'Linux'
uses: actions/setup-java@v4
with:
distribution: 'corretto'
Expand All @@ -76,10 +77,6 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}

- name: Configure R with Java
if: runner.os == 'Linux'
run: sudo R CMD javareconf

- uses: r-lib/actions/setup-tinytex@v2

Expand Down

0 comments on commit 900da31

Please sign in to comment.