Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danlu1 authored Aug 3, 2024
1 parent 35e7307 commit 5afdbfd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,13 @@ jobs:
with:
r-version: ${{ matrix.r }}

- name: setup-r-dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
cache: true
cache-version: 2
architecture: 'x64'

- name: check-install
shell: bash
run: |
Expand Down

0 comments on commit 5afdbfd

Please sign in to comment.