Skip to content

Commit

Permalink
fix: Better place for ccache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 9, 2023
1 parent 7397552 commit f5d5a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ runs:
echo 'MAKEFLAGS = -j2' >> ~/.R/Makevars
cat ~/.R/Makevars
echo 'CCACHE_DIR=$(realpath $(pwd)/../ccache)' | tee -a $GITHUB_ENV
echo 'CCACHE_SLOPPINESS=locale,time_macros' | tee -a $GITHUB_ENV
# echo 'CCACHE_DEBUG=true' | tee -a $GITHUB_ENV
Expand Down

0 comments on commit f5d5a87

Please sign in to comment.