Skip to content

Commit

Permalink
ci: desperate cache attempt fix sans decent documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
niekdt committed May 3, 2024
1 parent 83b3d77 commit 09012a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,11 @@ jobs:
sudo /usr/X11/bin/xvfb :1 -screen 1 1024x768x24 -ac &
- uses: r-lib/actions/setup-r-dependencies@v2

- uses: actions/cache@v1
with:
cache-version: 4
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-r-${{ matrix.config.r }}-${{ hashFiles('DESCRIPTION') }}

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
- uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 4

- name: Install package
shell: Rscript {0}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
run: sudo apt-get install -yq libglu1-mesa-dev libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libfftw3-dev

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 4

- name: Test coverage
shell: Rscript {0}
Expand Down

0 comments on commit 09012a7

Please sign in to comment.