Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet authored Aug 30, 2023
1 parent e176299 commit b5da4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
with:
java-version: ${{ matrix.java }}
java-package: jdk
- run: sudo rm -rf /usr/lib/R #should cleanup pre-installed R-release
if: matrix.os == 'ubuntu-latest'
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.r }}
- run: ln -s /Library/Frameworks/R.framework/Versions/3.6 /Library/Frameworks/R.framework/Versions/3.5
if: matrix.os == 'macos-latest'
- run: sudo rm -rf /usr/lib/R #should clenaup pre-installed R-release
if: matrix.os == 'ubuntu-latest'
- uses: coactions/setup-xvfb@v1
with:
run: mvn -B test --file pom.xml
Expand Down

0 comments on commit b5da4ba

Please sign in to comment.