Skip to content

Commit 4f0993c

Browse files
committed
fix: pak cache
1 parent 52b748f commit 4f0993c

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,14 @@ jobs:
2424
with:
2525
python-version: 3.x
2626

27-
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
28-
29-
- uses: actions/cache@v4
30-
with:
31-
key: mkdocs-material-${{ env.cache_id }}
32-
path: .cache
33-
restore-keys: |
34-
mkdocs-material-
35-
3627
- run: pip install mkdocs-material mkquartodocs
3728

3829
- uses: r-lib/actions/setup-r@v2
3930

31+
- name: Reset pak state
32+
run: |
33+
rm -rf ~/.cache/R/pak ~/.local/share/r-pak ~/.local/state/r-pak || true
34+
4035
- uses: r-lib/actions/setup-r-dependencies@v2
4136
with:
4237
packages: |

0 commit comments

Comments
 (0)