Skip to content

Commit

Permalink
set LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Dec 18, 2024
1 parent e0b1620 commit 7983962
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
tibble
haven

- name: Set LD_LIBRARY_PATH
run: |
echo "LD_LIBRARY_PATH=$(R RHOME)/lib" >> $GITHUB_ENV
- name: Setup SSH access
uses: mxschmitt/action-tmate@v3
if: ${{ inputs.ssh }}
Expand Down

0 comments on commit 7983962

Please sign in to comment.