Skip to content

Commit

Permalink
Set LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Oct 4, 2023
1 parent 9e3546a commit 9c5af15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Binary file removed .RData
Binary file not shown.
Empty file removed .Rhistory
Empty file.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
with:
use-public-rspm: true
r-version: '4'
- run: echo "LD_LIBRARY_PATH=$(R RHOME)/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
if: matrix.os == 'ubuntu-latest'
- run: Rscript -e 'install.packages("sirus")'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ tmp**

paper/*.pdf
paper/*.jats

.RData
.Rhistory

0 comments on commit 9c5af15

Please sign in to comment.