Skip to content

Commit

Permalink
rm previous R
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet authored Aug 28, 2023
1 parent d876884 commit 3730baa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
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: 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 3730baa

Please sign in to comment.