Skip to content

Commit

Permalink
No need to exclude pak from the user lib
Browse files Browse the repository at this point in the history
As we always use pak from the site lib now.
  • Loading branch information
gaborcsardi committed Oct 20, 2022
1 parent eaba00d commit 40c7ba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup-r-dependencies/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ runs:
with:
path: |
${{ env.R_LIBS_USER }}/*
!${{ env.R_LIBS_USER }}/pak
key: ${{ format('{0}-{1}-{2}-{3}', steps.install.outputs.os-version, steps.install.outputs.r-version, inputs.cache-version, hashFiles(format('{0}/.github/pkg.lock', inputs.working-directory ))) }}
restore-keys: ${{ steps.install.outputs.os-version }}-${{ steps.install.outputs.r-version }}-${{inputs.cache-version }}-

Expand Down

0 comments on commit 40c7ba5

Please sign in to comment.