Skip to content

Commit

Permalink
Update R config in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
koalive committed Nov 30, 2022
1 parent a866b59 commit 9863852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
- run: echo "LD_LIBRARY_PATH=$(R RHOME)/lib" >> $GITHUB_ENV
- run: sudo R -e "install.packages('robustbase', repos='http://cran.rstudio.com/')"
- uses: julia-actions/setup-julia@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NightlyCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
- run: echo "LD_LIBRARY_PATH=$(R RHOME)/lib" >> $GITHUB_ENV
- run: sudo R -e "install.packages('robustbase', repos='http://cran.rstudio.com/')"
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit 9863852

Please sign in to comment.