Skip to content

Commit

Permalink
Fix basic.yml 12
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinigans committed May 18, 2023
1 parent 263e17e commit fd536f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
needs: native-build
runs-on: ubuntu-22.04
env:
R_LIBS: ${{ HOME }}/R-libs
R_LIBS: ${{ github.workspace }}/R-libs
strategy:
matrix:
r-version: ['4.2']
Expand Down

0 comments on commit fd536f3

Please sign in to comment.