Skip to content

Commit

Permalink
Merge pull request #18 from BioJulia/fixcompat
Browse files Browse the repository at this point in the history
try to fix github action
  • Loading branch information
kescobo authored Dec 7, 2020
2 parents 55e50d5 + 31473a5 commit 0fc262f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v1
- run: echo "::set-env name=LD_LIBRARY_PATH::$(R RHOME)/lib"
- run: echo "LD_LIBRARY_PATH=$(R RHOME)/lib" >> $GITHUB_ENV
- run: sudo R -e "install.packages('vegan', repos='http://cran.rstudio.com/')"
- uses: julia-actions/setup-julia@latest
with:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v1
- run: echo "::set-env name=LD_LIBRARY_PATH::$(R RHOME)/lib"
- run: echo "LD_LIBRARY_PATH=$(R RHOME)/lib" >> $GITHUB_ENV
- run: sudo R -e "install.packages('vegan', repos='http://cran.rstudio.com/')"
- uses: julia-actions/setup-julia@latest
with:
Expand Down

0 comments on commit 0fc262f

Please sign in to comment.