Skip to content

Commit 298cc98

Browse files
committed
Remove R cache
1 parent 8614b5c commit 298cc98

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ jobs:
6464
with:
6565
dotnet-version: "5.0.x"
6666

67-
- name: Cache R packages
68-
if: matrix.os == 'ubuntu-latest'
69-
uses: actions/cache@v1
70-
with:
71-
path: ${{ env.R_LIBS_USER }}
72-
key: r-${{ hashFiles('DESCRIPTION') }}
7367
- name: Install R
7468
if: matrix.os == 'ubuntu-latest'
7569
uses: r-lib/actions/setup-r@v1

0 commit comments

Comments
 (0)