Skip to content

Commit

Permalink
chore: Add .ccache to .Rbuildignore
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 9, 2023
1 parent ddbd1b7 commit 98192f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ runs:
echo /.ccache/ >> .gitignore
fi
if ! grep -e '^[^][.]ccache[$]$' .Rbuildignore; then
echo '^.ccache$' >> .Rbuildignore
fi
echo 'CCACHE_SLOPPINESS=locale,time_macros' | tee -a $GITHUB_ENV
# echo 'CCACHE_DEBUG=true' | tee -a $GITHUB_ENV
Expand Down

0 comments on commit 98192f8

Please sign in to comment.