From 5afdbfd78d44c114a3a8e16d5c7873875d5a1e53 Mon Sep 17 00:00:00 2001 From: Dan Lu <90745557+danlu1@users.noreply.github.com> Date: Fri, 2 Aug 2024 21:26:57 -0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d040fe4..0a834193 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |