Skip to content

Commit

Permalink
real renv dir this time
Browse files Browse the repository at this point in the history
  • Loading branch information
fradav committed Oct 10, 2024
1 parent 0075456 commit 358de93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/global-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
cat renv.lock >> tohash.txt
if [[ ! -d renv ]]; then
echo "R_LIBS_USER=/home/runner/work/_temp/rlib" >> $GITHUB_ENV
mkdir /home/runner/work/_temp/rlib
mkdir $GITHUB_WORKSPACE/renv
mkdir $GITHUB_WORKSPACE/rlib
fi
ln -s $GITHUB_WORKSPACE/renv /home/runner/work/_temp
fi
Expand Down

0 comments on commit 358de93

Please sign in to comment.