Skip to content

Commit

Permalink
remove LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-baumann committed Feb 2, 2024
1 parent a781b51 commit 9bda59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-r-via-system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: Rscript -e 'devtools::test()'

- name: covr::codecov() via system R
run: RScript -e 'covr::codecov(quiet = FALSE, clean = FALSE)
run: RScript -e 'Sys.setenv("LD_LIBRARY_PATH"=""), covr::codecov(quiet = FALSE, clean = FALSE)

shell: Rscript {0}

Expand Down

0 comments on commit 9bda59a

Please sign in to comment.