Skip to content

Commit

Permalink
set R_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Dec 18, 2024
1 parent e0b1620 commit cb09e4f
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 R_HOME
run: |
echo "R_HOME=$(R RHOME)/lib" >> $GITHUB_ENV
- name: Setup SSH access
uses: mxschmitt/action-tmate@v3
if: ${{ inputs.ssh }}
Expand Down

0 comments on commit cb09e4f

Please sign in to comment.